ULevelSequence::FindOrAddMetaData

Find meta-data of a particular type for this level sequence instance, adding one if it was not found.

Windows
MacOS
Linux

References

Module

LevelSequence

Header

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

Include

#include "LevelSequence.h"

Syntax

template<typename MetaDataType>
MetaDataType * FindOrAddMetaData()

Remarks

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.

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