ILocalizedTextSource::QueryLocalizedResource

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).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/ILocalizedTextSource.h

Include

#include "Internationalization/ILocalizedTextSource.h"

Syntax

virtual EQueryLocalizedResourceResult QueryLocalizedResource
(
    const ELocalizationLoadFlags InLoadFlags,
    TArrayView< const FString > InPrioritizedCultures,
    const FTextId InTextId,
    FTextLocalizationResource & InOutNativeResource,
    FTextLocalizationResource & InOutLocalizedResource
)

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss