Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneBlenderSystemTypes.h |
| Include | #include "EntitySystem/MovieSceneBlenderSystemTypes.h" |
Syntax
struct FMovieSceneBlendChannelID
Remarks
A blend channel ID
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | ChannelID | The blend channel ID for the given blender system | |
| FMovieSceneBlenderSystemID | SystemID | The blender system associated with the blend channel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Builds a default, invalid channel ID | |||
FMovieSceneBlendChannelID
(
FMovieSceneBlenderSystemID InSystemID, |
Builds a channel ID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneBlenderSystem * | FindSystem
(
const UMovieSceneEntitySystemLinker* Linker |
Returns the blender system instance found in a given linker | |
| BlenderSystemClass * | FindSystem
(
const UMovieSceneEntitySystemLinker* Linker |
Returns the blender system instance found in a given linker | |
| TSubclassOf< UMovieSceneBlenderSystem > | Returns the blender system type | ||
| bool | IsValid () |
Returns whether this ID is valid |
Constants
| Name | Description |
|---|---|
| INVALID_BLEND_CHANNEL | Invalid blend channel ID |