Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include |
#include "LevelSequence.h" |
void RemoveMetaDataByClass
(
TSubclassOf< UObject > InClass
)
Remove meta-data of a particular type for this level sequence instance, if it exists
Parameter |
Description |
---|---|
InClass |
The class type that you wish to remove the metadata for |