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