ILevelSequenceMetaData

Interface that may be implemented by meta-data added to a [ULevelSequence](API\Runtime\LevelSequence\ULevelSequence) that can extend the default behavior such as adding asset registry tags and other meta-data.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/ILevelSequenceMetaData.h

Include

#include "ILevelSequenceMetaData.h"

Syntax

class ILevelSequenceMetaData

Remarks

Interface that may be implemented by meta-data added to a ULevelSequence that can extend the default behavior such as adding asset registry tags and other meta-data.

Functions

Name Description

Public function Virtual Const

void

 

ExtendAssetRegistryTagMetaData

Called from ULevelSequence::GetAssetRegistryTagMetadata in order to extend its default set of tag meta-data to include any from this meta-data object.

Public function Virtual Const

void

 

ExtendAssetRegistryTags

Called from ULevelSequence::GetAssetRegistryTags in order to extend its default set of tags to include any from this meta-data object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss