Navigation
API > API/Runtime > API/Runtime/MovieScene
Optional interface that can be added to any UMovieSceneSection decoration in order to decorate the ECS entities it produces at runtime
| Name | IMovieSceneEntityDecorator |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/IMovieSceneEntityDecorator.h |
| Include Path | #include "EntitySystem/IMovieSceneEntityDecorator.h" |
Syntax
class IMovieSceneEntityDecorator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEntityImportParams | UE::MovieScene::FEntityImportParams | EntitySystem/IMovieSceneEntityDecorator.h | |
| FImportedEntity | UE::MovieScene::FImportedEntity | EntitySystem/IMovieSceneEntityDecorator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExtendEntity
(
UMovieSceneEntitySystemLinker* EntityLinker, |
EntitySystem/IMovieSceneEntityDecorator.h |