Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
LocalizedTextSourceTypes.h File Reference
+ Include dependency graph for LocalizedTextSourceTypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ELocalizedTextSourcePriority
 

Typedefs

typedef TSharedRef< FString, ESPMode::ThreadSafeFTextDisplayStringRef
 
typedef TSharedPtr< FString, ESPMode::ThreadSafeFTextDisplayStringPtr
 
typedef TSharedRef< const FString, ESPMode::ThreadSafeFTextConstDisplayStringRef
 
typedef TSharedPtr< const FString, ESPMode::ThreadSafeFTextConstDisplayStringPtr
 

Enumerations

enum class  ELocalizedTextSourceCategory : uint8 { Game , Engine , Editor }
 
enum class  EQueryLocalizedResourceResult : uint8 { Found , NotFound , NotImplemented }
 
enum class  ELocalizationLoadFlags : uint8 {
  None = 0 , Native = 1<<0 , Editor = 1<<1 , Game = 1<<2 ,
  Engine = 1<<3 , Additional = 1<<4 , ForceLocalizedGame = 1<<5
}
 

Functions

 ENUM_CLASS_FLAGS (ELocalizationLoadFlags)
 
FTextDisplayStringRef MakeTextDisplayString (FString &&InDisplayString)
 

Typedef Documentation

◆ FTextConstDisplayStringPtr

◆ FTextConstDisplayStringRef

◆ FTextDisplayStringPtr

◆ FTextDisplayStringRef

Enumeration Type Documentation

◆ ELocalizationLoadFlags

Load flags used in localization initialization.

Enumerator
None 

Load no data

Native 

Load native data

Editor 

Load editor localization data

Game 

Load game localization data

Engine 

Load engine localization data

Additional 

Load additional (eg, plugin) localization data

ForceLocalizedGame 

Force localized game data to be loaded, even when running in the editor

Definition at line 36 of file LocalizedTextSourceTypes.h.

◆ ELocalizedTextSourceCategory

Categories of localized text.

Note
This enum is mirrored in NoExportTypes.h for UHT.
Enumerator
Game 
Engine 
Editor 

Definition at line 13 of file LocalizedTextSourceTypes.h.

◆ EQueryLocalizedResourceResult

Result codes from calling QueryLocalizedResourceResult.

Enumerator
Found 

Indicates the query found a matching entry and added its result

NotFound 

Indicates that the query failed to find a matching entry

NotImplemented 

Indicates that the query failed as this text source doesn't support queries

Definition at line 23 of file LocalizedTextSourceTypes.h.

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ELocalizationLoadFlags )

◆ MakeTextDisplayString()

FTextDisplayStringRef MakeTextDisplayString ( FString && InDisplayString)
inline

Definition at line 81 of file LocalizedTextSourceTypes.h.