FLocMetadataValue

A Metadata Value is a structure that can be a number of types.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Internationalization/InternationalizationMetadata.h"

Syntax

class FLocMetadataValue

Remarks

A Metadata Value is a structure that can be a number of types.

Constructors

Name Description

Protected function

FLocMetadataValue()

Destructors

Name Description

Public function

~FLocMetadataValue()

Functions

Name Description

Public function Virtual

TArray< TSha...

 

AsArray()

Returns this value as an array, throwing an error if this is not an Metadata Array

Public function Virtual

bool

 

AsBool()

Returns this value as a boolean, throwing an error if this is not an Metadata Bool

Public function Virtual

TSharedPtr< ...

 

AsObject()

Returns this value as an object, throwing an error if this is not an Metadata Object

Public function Virtual

FString

 

AsString()

Returns this value as a string, throwing an error if this is not a Metadata String

Public function Const

TSharedRef< ...

 

Clone()

Protected function Const

bool

 

EqualTo

(
    const FLocMetadataValue& Other
)

Protected function

void

 

ErrorMessage

(
    const FString& InType
)

Public function Const

ELocMetadata...

 

GetType()

Protected function Const

FString

 

GetTypeString()

Protected function Const

bool

 

LessThan

(
    const FLocMetadataValue& Other
)

Public function Const

FString

 

ToString()

Operators

Name Description

Public function

bool

 

operator<

(
    const FLocMetadataValue& Other
)

Public function

bool

 

operator==

(
    const FLocMetadataValue& Other
)

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