Navigation
Unreal Engine C++ API Reference > Developer > Localization
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Syntax
struct FLocTextPlatformSplitUtils
Remarks
Utilities to get manage platforms to split.
Functions
Type | Name | Description |
---|---|---|
const TArray... | GetPlatformsToSplit ( const ELocTextPlatformSplitMode& I... ) | Get the platforms names that should be split, based on the given split mode |
bool | ShouldSplitPlatformData ( const ELocTextPlatformSplitMode& I... ) | True if the given split mode is actually splitting localization data |