Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/IMovieSceneModule
Description
Register a compatible decoration class for a specific container type. This allows modules to externally register compatible decorations for a container type without the container type itself explicitly defining that compatibility.
| Name | RegisterCompatibleDecoration |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneModule.h |
| Include Path | #include "IMovieSceneModule.h" |
void RegisterCompatibleDecoration
(
TSubclassOf < UMovieSceneDecorationContainerObject > ContainerClass,
TSubclassOf < UObject > DecorationClass
)