Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UMovieSceneSection
- IMovieSceneEntityProvider
- UMovieSceneParameterSection
- UMovieSceneControlRigParameterSection
- UMovieSceneCustomPrimitiveDataSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneParameterSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
A single movie scene section which can contain data for multiple named parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBoolParameterNameAndCurve > | BoolParameterNamesAndCurves | The bool parameter names and their associated curves. | |
| TArray< FColorParameterNameAndCurves > | ColorParameterNamesAndCurves | The color parameter names and their associated curves. | |
| TArray< FScalarParameterNameAndCurve > | ScalarParameterNamesAndCurves | The scalar parameter names and their associated curves. | |
| TArray< FTransformParameterNameAndCurves > | TransformParameterNamesAndCurves | The transform parameter names and their associated curves. | |
| TArray< FVector2DParameterNameAndCurves > | Vector2DParameterNamesAndCurves | The vector3D parameter names and their associated curves. | |
| TArray< FVectorParameterNameAndCurves > | VectorParameterNamesAndCurves | The vector parameter names and their associated curves. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneParameterSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBoolParameterKey
(
FName InParameterName, |
Adds a a key for a specific bool parameter at the specified time with the specified value. | |
| void | AddColorParameterKey
(
FName InParameterName, |
Adds a a key for a specific color parameter at the specified time with the specified value. | |
| void | AddScalarParameterKey
(
FName InParameterName, |
Adds a a key for a specific scalar parameter at the specified time with the specified value. | |
| void | AddTransformParameterKey
(
FName InParameterName, |
Adds a a key for a specific color parameter at the specified time with the specified value. | |
| void | AddVector2DParameterKey
(
FName InParameterName, |
Adds a a key for a specific vector2D parameter at the specified time with the specified value. | |
| void | AddVectorParameterKey
(
FName InParameterName, |
Adds a a key for a specific vector parameter at the specified time with the specified value. | |
| void | ExternalPopulateEvaluationField
(
const TRange< FFrameNumber >& EffectiveRange, |
||
| const TArray< FBoolParameterNameAndCurve > & | |||
| TArray< FBoolParameterNameAndCurve > & | Gets the animated bool parameters and their associated curves. | ||
| const TArray< FColorParameterNameAndCurves > & | |||
| TArray< FColorParameterNameAndCurves > & | Gets the animated color parameters and their associated curves. | ||
| void | GetParameterNames
(
TSet< FName >& ParameterNames |
Gets the set of all parameter names used by this section. | |
| const TArray< FScalarParameterNameAndCurve > & | |||
| TArray< FScalarParameterNameAndCurve > & | Gets the animated scalar parameters and their associated curves. | ||
| const TArray< FTransformParameterNameAndCurves > & | |||
| TArray< FTransformParameterNameAndCurves > & | Gets the animated transform parameters and their associated curves. | ||
| TArray< FVector2DParameterNameAndCurves > & | Gets the animated vector2D parameters and their associated curves. | ||
| const TArray< FVector2DParameterNameAndCurves > & | |||
| const TArray< FVectorParameterNameAndCurves > & | |||
| TArray< FVectorParameterNameAndCurves > & | Gets the animated vector parameters and their associated curves. | ||
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
||
| void | |||
| void | |||
| bool | RemoveBoolParameter
(
FName InParameterName |
Removes a bool parameter from this section. | |
| bool | RemoveColorParameter
(
FName InParameterName |
Removes a color parameter from this section. | |
| bool | RemoveScalarParameter
(
FName InParameterName |
Removes a scalar parameter from this section. | |
| bool | RemoveTransformParameter
(
FName InParameterName |
Removes a transform parameter from this section. | |
| bool | RemoveVector2DParameter
(
FName InParameterName |
Removes a vector2D parameter from this section. | |
| bool | RemoveVectorParameter
(
FName InParameterName |
Removes a vector parameter from this section. | |
| void | Serialize
(
FArchive& Ar |