Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include |
#include "LevelSequence.h" |
UObject * FindMetaDataByClass
(
TSubclassOf< UObject > InClass
) const
Find meta-data of a particular type for this level sequence instance.
An instance of this class if it already exists as metadata on this Level Sequence, otherwise null.
Parameter |
Description |
---|---|
InClass |
Class that you wish to find the metadata object for. |