FLocMetadataObject::GetBoolField

Get the field named FieldName as a boolean.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h

Include

#include "Internationalization/InternationalizationMetadata.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/InternationalizationMetadata.cpp

Syntax

bool GetBoolField
(
    const FString & FieldName
)

Remarks

Get the field named FieldName as a boolean. Ensures that the field is present and is of type LocMetadata boolean.

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