Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
bool GetBoolMetaData
(
const FName & 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 |