Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneMetaData
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneMetaData.h |
| Include | #include "MovieSceneMetaData.h" |
Syntax
class UMovieSceneMetaData :
public UObject,
public IMovieSceneMetaDataInterface
Remarks
Movie scene meta-data that is stored on UMovieScene assets Meta-data is retrieved through ULevelSequence::FindMetaData
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneMetaData
(
const FObjectInitializer& ObjInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneMetaData * | CreateFromDefaults
(
UObject* Outer, |
Create a new meta-data object from the project defaults | |
| FString | GetAuthor () |
||
| UMovieSceneMetaData * | Access the global config instance that houses default settings for movie scene meta data for a given project | ||
| FDateTime | GetCreated () |
||
| FString | GetNotes () |
||
| bool | IsEmpty () |
Return whether this metadata has any valid data | |
| void | Set this metadata's author | ||
| void | SetCreated
(
FDateTime InCreated |
Set this metadata's created date | |
| void | Set this metadata's notes |
Overridden from IMovieSceneMetaDataInterface
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendAssetRegistryTagMetaData
(
TMap< FName, UObject::FAssetRegistryTagMetadata >& OutMetadata |
Extend the default asset registry tag meta-data | |
| void | ExtendAssetRegistryTags
(
TArray< UObject::FAssetRegistryTag >& OutTags |
Extend the default asset registry tags |
Constants
| Name | Description |
|---|---|
| AssetRegistryTag_Author | The asset registry tag that contains the author for this meta-data |
| AssetRegistryTag_Created | The asset registry tag that contains the created date for this meta-data |
| AssetRegistryTag_Notes | The asset registry tag that contains the notes for this meta-data |