Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/ILocalizedTextSource
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/ILocalizedTextSource.h |
| Include | #include "Internationalization/ILocalizedTextSource.h" |
virtual EQueryLocalizedResourceResult QueryLocalizedResource
&40;
const ELocalizationLoadFlags InLoadFlags,
TArrayView< const FString > InPrioritizedCultures,
const FTextId InTextId,
FTextLocalizationResource & InOutNativeResource,
FTextLocalizationResource & InOutLocalizedResource
&41;
Remarks
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).