Classes

UMovieSceneParameterSection

UMovieSceneSection > UMovieSceneSignedObject > UObject

A single movie scene section which can contain data for multiple named parameters.

Member Type Offset Share
BoolParameterNamesAndCurves

The bool parameter names and their associated curves.

TArray<FBoolParameterNameAndCurve> 0xe0
ScalarParameterNamesAndCurves

The scalar parameter names and their associated curves.

TArray<FScalarParameterNameAndCurve> 0xf0
Vector2DParameterNamesAndCurves

The vector3D parameter names and their associated curves.

TArray<FVector2DParameterNameAndCurves> 0x100
VectorParameterNamesAndCurves

The vector parameter names and their associated curves.

TArray<FVectorParameterNameAndCurves> 0x110
ColorParameterNamesAndCurves

The color parameter names and their associated curves.

TArray<FColorParameterNameAndCurves> 0x120
TransformParameterNamesAndCurves

The transform parameter names and their associated curves.

TArray<FTransformParameterNameAndCurves> 0x130