ULevelSequence::RemoveMetaDataByClass

Remove meta-data of a particular type for this level sequence instance, if it exists

Windows
MacOS
Linux

References

Module

LevelSequence

Header

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

Include

#include "LevelSequence.h"

Syntax

void RemoveMetaDataByClass
(
    TSubclassOf< UObject > InClass
)

Remarks

Remove meta-data of a particular type for this level sequence instance, if it exists

Parameters

Parameter

Description

InClass

The class type that you wish to remove the metadata for

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