FLocKey

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/LocKeyFuncs.h"

Syntax

class FLocKey

Remarks

Case sensitive immutable hashed string used as a localization key

Constructors

Name Description

Public function

FLocKey()

Public function

FLocKey

(
    const TCHAR* InStr
)

Public function

FLocKey

(
    const FString& InStr
)

Public function

FLocKey

(
    FString&& InStr
)

Public function

FLocKey

(
    const FLocKey& InOther
)

Public function

FLocKey

(
    FLocKey&& InOther
)

Functions

Name Description

Public function Const

int32

 

Compare

(
    const FLocKey& Other
)

Public function Const

bool

 

Equals

(
    const FLocKey& Other
)

Public function Const

const FStrin...

 

GetString()

Public function Const

bool

 

IsEmpty()

Public function Static

uint32

 

ProduceHash

(
    const FString& InStr,
    const uint32 InBaseHash
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FLocKey& Other
)

Public function Const

bool

 

operator<

(
    const FLocKey& Other
)

Public function Const

bool

 

operator<=

(
    const FLocKey& Other
)

Public function

FLocKey &

 

operator=

(
    FLocKey&& InOther
)

Public function

FLocKey &

 

operator=

(
    const FLocKey& InOther
)

Public function Const

bool

 

operator==

(
    const FLocKey& Other
)

Public function Const

bool

 

operator>

(
    const FLocKey& Other
)

Public function Const

bool

 

operator>=

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