Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- IMovieSceneEntityProvider
- IMovieSceneParameterSectionExtender
- UMovieSceneCustomPrimitiveDataTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCustomPrimitiveDataTrack.h |
| Include | #include "Tracks/MovieSceneCustomPrimitiveDataTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneCustomPrimitiveDataTrack :
public UMovieSceneNameableTrack,
public IMovieSceneEntityProvider,
public IMovieSceneParameterSectionExtender
Remarks
Handles manipulation of custom primitive data in a movie scene.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneCustomPrimitiveDataTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | |
| void | AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | |
| void | AddScalarParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a scalar parameter key to the track. | |
| void | AddScalarParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a scalar parameter key to the track. | |
| void | AddSection
(
UMovieSceneSection& Section |
||
| void | AddVector2DParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | |
| void | AddVector2DParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | |
| void | AddVectorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector parameter key to the track. | |
| void | AddVectorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector parameter key to the track. | |
| UMovieSceneSection * | |||
| const TArray< UMovieSceneSection * > & | |||
| void | GetCPDMaterialData
(
IMovieScenePlayer& Player, |
Returns the mappings from custom primitive data indices to any material parameters on the bound object. | |
| FText | |||
| UMovieSceneSection * | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
||
| bool | IsEmpty () |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |
||
| void | SetSectionToKey
(
UMovieSceneSection* Section |
||
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Overridden from IMovieSceneParameterSectionExtender
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendEntityImpl
(
UMovieSceneParameterSection* Section, |