FField::GetBoolMetaData

Find the metadata value associated with the key and return bool

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Field.h"

Syntax

bool GetBoolMetaData
(
    const TCHAR * Key
) const

Remarks

Find the metadata value associated with the key and return bool

Returns

return true if the value was true (case insensitive)

Parameters

Parameter

Description

Key

The key to lookup in the metadata

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss