Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemLinker.h |
| Include | #include "EntitySystem/MovieSceneEntitySystemLinker.h" |
Syntax
namespace UE
{
namespace MovieScene
{
enum EEntitySystemLinkerRole
&123;
Unknown = 0,
LevelSequences = 1,
CameraAnimations,
UMG,
Standalone,
Interrogation,
Custom,
&125;
}
}
Values
| Name | Description |
|---|---|
| Unknown | The linker's role is unknown |
| LevelSequences | The linker is handling level sequences |
| CameraAnimations | The linker is handling camera animations |
| UMG | The linker is handling UMG animations |
| Standalone | The linker is handling a standalone sequence, such as those with a blocking evaluation flag |
| Interrogation | This linker is running interrogations |
| Custom | This value and any greater values are for other custom roles |
Remarks
Enum that describes what a sequencer ECS linker is meant for (only used for debugging reasons)