![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PolyglotTextSource.h>
Inheritance diagram for FPolyglotTextSource:Additional Inherited Members | |
Static Public Member Functions inherited from ILocalizedTextSource | |
| static UE_FORCEINLINE_HINT bool | ShouldLoadNative (const ELocalizationLoadFlags InLoadFlags) |
| static UE_FORCEINLINE_HINT bool | ShouldLoadEditor (const ELocalizationLoadFlags InLoadFlags) |
| static UE_FORCEINLINE_HINT bool | ShouldLoadGame (const ELocalizationLoadFlags InLoadFlags) |
| static UE_FORCEINLINE_HINT bool | ShouldLoadEngine (const ELocalizationLoadFlags InLoadFlags) |
| static UE_FORCEINLINE_HINT bool | ShouldLoadAdditional (const ELocalizationLoadFlags InLoadFlags) |
| static UE_FORCEINLINE_HINT bool | ShouldLoadNativeGameData (const ELocalizationLoadFlags InLoadFlags) |
Implementation of a localized text source that stores literal polyglot data registered at runtime.
|
overridevirtual |
Populate a list of culture names that this localized text source has resource data for (ELocalizationLoadFlags controls which resources should be checked).
Implements ILocalizedTextSource.
|
overridevirtual |
Given a localization category, get the native culture for the category (if known).
Implements ILocalizedTextSource.
Get the priority of this source when building the complete list of translations to apply (higher numbers have a higher priority).
Reimplemented from ILocalizedTextSource.
|
overridevirtual |
Load the localized resources from this localized text source for the given cultures into the given maps (ELocalizationLoadFlags controls which resources should be loaded).
Implements ILocalizedTextSource.
|
overridevirtual |
Query a localized resource from this localized text source for the given cultures and ID into the given maps (ELocalizationLoadFlags controls which resources should be queried).
Reimplemented from ILocalizedTextSource.
| void FPolyglotTextSource::RegisterPolyglotTextData | ( | const FPolyglotTextData & | InPolyglotTextData | ) |
Register a polyglot text data with this localized text source.