Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetBoolMetaData
(
const TCHAR* Key |
Find the metadata value associated with the key and return bool | UObject/Field.h | |
bool GetBoolMetaData
(
const FName& Key |
UObject/Field.h |
GetBoolMetaData(const TCHAR *)
Description
Find the metadata value associated with the key and return bool
| Name | GetBoolMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
bool GetBoolMetaData
(
const TCHAR * Key
) const
return true if the value was true (case insensitive)
Parameters
| Name | Remarks |
|---|---|
| Key | The key to lookup in the metadata |
GetBoolMetaData(const FName &)
| Name | GetBoolMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
bool GetBoolMetaData
(
const FName & Key
) const