#include <MovieSceneDecorationContainer.h>
◆ AddDecoration()
Find meta-data of a particular type for this level sequence instance, adding it if it doesn't already exist.
- Parameters
-
| InClass | - Class that you wish to find or create the metadata object for. |
- Returns
- An instance of this class as metadata on this Level Sequence.
◆ FindDecoration() [1/2]
| DecorationType * FMovieSceneDecorationContainer::FindDecoration |
( |
| ) |
const |
|
inline |
Find meta-data of a particular type for this level sequence instance
◆ FindDecoration() [2/2]
Find meta-data of a particular type for this level sequence instance.
- Parameters
-
| InClass | - Class that you wish to find the metadata object for. |
- Returns
- An instance of this class if it already exists as metadata on this Level Sequence, otherwise null.
◆ GetDecorations()
Retrieve all modular Decorations
◆ GetOrCreateDecoration() [1/2]
Find meta-data of a particular type for this level sequence instance, adding it if it doesn't already exist.
- Parameters
-
| InClass | - Class that you wish to find or create the metadata object for. |
- Returns
- An instance of this class as metadata on this Level Sequence.
◆ GetOrCreateDecoration() [2/2]
Find meta-data of a particular type for this level sequence instance, adding one if it was not found. Meta-data may implement the ILevelSequenceMetaData interface in order to hook into default ULevelSequence functionality.
◆ RemoveDecoration() [1/2]
| void FMovieSceneDecorationContainer::RemoveDecoration |
( |
| ) |
|
|
inline |
Remove meta-data of a particular type for this level sequence instance, if it exists
◆ RemoveDecoration() [2/2]
Remove meta-data of a particular type for this level sequence instance, if it exists
- Parameters
-
| InClass | - The class type that you wish to remove the metadata for |
◆ RemoveNulls()
| void FMovieSceneDecorationContainer::RemoveNulls |
( |
| ) |
|
|
inline |
Remove any null decoration ptrs
◆ Decorations
The documentation for this struct was generated from the following files: