ULevelSequence::CopyMetaData

Copy the specified meta data into this level sequence, overwriting any existing meta-data of the same type Meta-data may implement the [ILevelSequenceMetaData](API\Runtime\LevelSequence\ILevelSequenceMetaData) interface in order to hook into default [ULevelSequence](API\Runtime\LevelSequence\ULevelSequence) functionality.

Windows
MacOS
Linux

References

Module

LevelSequence

Header

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

Include

#include "LevelSequence.h"

Syntax

UObject * CopyMetaData
(
    UObject * InMetaData
)

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.

Returns

The newly copied instance of the Metadata that now exists on this sequence.

Parameters

Parameter

Description

InMetaData

Existing Metadata Object that you wish to copy into this Level Sequence.

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