Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/ULevelSequence > API/Runtime/LevelSequence/ULevelSequence/CopyMetaData
References
Module | LevelSequence |
Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include | #include "LevelSequence.h" |
UObject &42; CopyMetaData
&40;
UObject &42; InMetaData
&41;
Remarks
Copy the specified meta data into this level sequence, overwriting any existing meta-data of the same type Meta-data may implement the ILevelSequenceMetaData interface in order to hook into default ULevelSequence functionality. The newly copied instance of the Metadata that now exists on this sequence.
Parameters
Name | Description |
---|---|
InMetaData | Existing Metadata Object that you wish to copy into this Level Sequence. |