Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneEventTrack.h |
Include |
#include "Tracks/MovieSceneEventTrack.h" |
class UMovieSceneEventTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer,
public IMovieSceneDeterminismSource
Implements a movie scene track that triggers discrete events during playback.
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bFireEventsWhenBackwards |
If events should be fired when passed playing the sequence backwards. |
|
uint32: 1 |
bFireEventsWhenForwards |
If events should be fired when passed playing the sequence forwards. |
|
EventPosition |
Defines where in the evaluation to trigger events |
Name | Description | |
---|---|---|
|
UMovieSceneEventTrack() |
Default constructor. |
Name | Description | ||
---|---|---|---|
|
GetDefaultDisplayName() |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
UMovieSceneS... |
CreateNewSection() |
Generates a new section suitable for use with this track. |
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
HasSection ( |
Checks to see if the section is in this track. |
|
|
IsEmpty() |
||
|
RemoveAllAnimationData() |
Removes animation data. |
|
|
RemoveSection ( |
Removes a section from this track. |
|
|
RemoveSectionAt ( |
Removes a section from this track at a particular index |
|
|
SupportsMultipleRows() |
||
|
SupportsType ( |
Does this track support this section class type? |
Name | Description | ||
---|---|---|---|
|
FMovieSceneE... |
CreateTemplateForSection ( |
Create a movie scene eval template for the specified section |
|
EMovieSceneC... |
CustomCompile ( |
Overridable user defined custom compilation method |
|
PostCompile ( |
Called after this track has been compiled, regardless of whether it was compiled through CustomCompile, or the default logic |
Name | Description | ||
---|---|---|---|
|
PopulateDeterminismData ( |
Called during compilation to populate determinism data for the specified local range |