Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FMetaData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveValue
(
const UObject* Object, |
Remove any entry with the supplied Key form the Property's metadata | UObject/MetaData.h | |
void RemoveValue
(
const UObject* Object, |
Remove any entry with the supplied Key form the Property's metadata | UObject/MetaData.h |
RemoveValue(const UObject , const TCHAR )
Description
Remove any entry with the supplied Key form the Property's metadata
| Name | RemoveValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h |
| Include Path | #include "UObject/MetaData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp |
void RemoveValue
(
const UObject * Object,
const TCHAR * Key
)
Parameters
| Name | Remarks |
|---|---|
| Object | the object to clear the metadata for |
| Key | A key to clear the data for |
RemoveValue(const UObject *, FName)
Description
Remove any entry with the supplied Key form the Property's metadata
| Name | RemoveValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h |
| Include Path | #include "UObject/MetaData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp |
void RemoveValue
(
const UObject * Object,
FName Key
)
Parameters
| Name | Remarks |
|---|---|
| Object | the object to clear the metadata for |
| Key | A key to clear the data for |