Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Projects/Public/LocalizationDescriptor.h |
Include |
#include "LocalizationDescriptor.h" |
struct FLocalizationTargetDescriptor
Description of a localization target.
Name | Description | ||
---|---|---|---|
|
LoadingPolicy |
When should the localization data associated with a target should be loaded? |
|
|
Name |
Name of this target |
Name | Description | |
---|---|---|
|
FLocalizationTargetDescriptor ( |
Normal constructor |
Name | Description | ||
---|---|---|---|
|
Read ( |
Reads a descriptor from the given JSON object |
|
|
Read ( |
Reads a descriptor from the given JSON object |
|
|
ReadArray ( |
Reads an array of targets from the given JSON object |
|
|
ReadArray ( |
Reads an array of targets from the given JSON object |
|
|
ShouldLoadLocalizationTarget() |
Returns true if we should load this localization target based upon the current runtime environment |
|
|
UpdateArray ( |
Updates an array of descriptors in the specified JSON field (indexed by name) |
|
|
UpdateJson ( |
Updates the given json object with values in this descriptor |
|
|
Write ( |
Writes a descriptor to JSON |
|
|
WriteArray ( |
Writes an array of targets to JSON |