FLocItem

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/InternationalizationManifest.h"

Syntax

struct FLocItem

Variables

Name Description

Public variable

TSharedPtr< FLo...

 

MetadataObj

Public variable

FString

 

Text

Constructors

Name Description

Public function

FLocItem()

Public function

FLocItem

(
    FString InSourceText
)

Public function

FLocItem

(
    const FLocItem& Other
)

Copy ctor

Public function

FLocItem

(
    FString InSourceText,
    TSharedPtr< FLocMetadataObject > In...
)

Functions

Name Description

Public function Const

bool

 

IsExactMatch

(
    const FLocItem& Other
)

Similar functionality to == operator but ensures everything matches(ex. ignores COMPARISON_MODIFIER_PREFIX on metadata).

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FLocItem& Other
)

Public function Const

bool

 

operator<

(
    const FLocItem& Other
)

Public function

FLocItem &

 

operator=

(
    const FLocItem& Other
)

Public function Const

bool

 

operator==

(
    const FLocItem& 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