ULevelSequence::RemoveMetaDataByClass

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

Choose your operating system:

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