![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InternationalizationMetadata.h>
Inheritance diagram for FLocMetadataValueBoolean:Public Member Functions | |
| FLocMetadataValueBoolean (bool InBool) | |
| CORE_API | FLocMetadataValueBoolean (FStructuredArchive::FSlot Slot) |
| virtual bool | AsBool () override |
| virtual CORE_API TSharedRef< FLocMetadataValue > | Clone () const override |
| virtual FString | ToString () const override |
| virtual ELocMetadataType | GetType () const override |
Public Member Functions inherited from FLocMetadataValue | |
| virtual CORE_API | ~FLocMetadataValue ()=0 |
| virtual FString | AsString () |
| virtual TArray< TSharedPtr< FLocMetadataValue > > | AsArray () |
| virtual TSharedPtr< FLocMetadataObject > | AsObject () |
| bool | operator== (const FLocMetadataValue &Other) const |
| bool | operator< (const FLocMetadataValue &Other) const |
Static Public Member Functions | |
| static CORE_API void | Serialize (FLocMetadataValueBoolean &Value, FStructuredArchive::FSlot Slot) |
Protected Member Functions | |
| virtual CORE_API bool | EqualTo (const FLocMetadataValue &Other) const override |
| virtual CORE_API bool | LessThan (const FLocMetadataValue &Other) const override |
| virtual FString | GetTypeString () const override |
Protected Member Functions inherited from FLocMetadataValue | |
| FLocMetadataValue () | |
| CORE_API void | ErrorMessage (const FString &InType) |
Protected Attributes | |
| bool | Value |
A LocMetadata Boolean Value.
|
inline |
| FLocMetadataValueBoolean::FLocMetadataValueBoolean | ( | FStructuredArchive::FSlot | Slot | ) |
Returns this value as a boolean, throwing an error if this is not an Metadata Bool
Reimplemented from FLocMetadataValue.
|
overridevirtual |
Implements FLocMetadataValue.
|
overrideprotectedvirtual |
Implements FLocMetadataValue.
|
inlineoverridevirtual |
Implements FLocMetadataValue.
|
inlineoverrideprotectedvirtual |
Implements FLocMetadataValue.
|
overrideprotectedvirtual |
Implements FLocMetadataValue.
|
static |
|
inlineoverridevirtual |
Implements FLocMetadataValue.
|
protected |