UEnum::RemoveMetaData

Remove given key meta data

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp

Syntax

void RemoveMetaData
(
    const TCHAR * Key,
    int32 NameIndex
) const

Remarks

Remove given key meta data

Parameters

Parameter

Description

Key

the metadata tag to find the value for

NameIndex

if specified, will search the metadata linked for that enum value; otherwise, searches the metadata for the enum itself