UMetaData::RemoveValue

Remove any entry with the supplied Key form the Property's metadata

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/MetaData.h"

Source

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

Syntax

void RemoveValue
(
    const UObject * Object,
    const TCHAR * Key
)

Remarks

Remove any entry with the supplied Key form the Property's metadata

Parameters

Parameter

Description

Object

the object to clear the metadata for

Key

A key to clear the data 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