Navigation
API > API/Developer > API/Developer/Localization
Utilities to get manage platforms to split.
| Name | FLocTextPlatformSplitUtils |
| Type | struct |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
Syntax
struct FLocTextPlatformSplitUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TArray< FString > & GetPlatformsToSplit
(
const ELocTextPlatformSplitMode& InSplitMode |
Get the platforms names that should be split, based on the given split mode | LocTextHelper.h | |
static bool ShouldSplitPlatformData
(
const ELocTextPlatformSplitMode& InSplitMode |
True if the given split mode is actually splitting localization data | LocTextHelper.h |