FTextLocalizationManager::RegisterTextSource

Register a localized text source with the text localization manager.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/TextLocalizationManager.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationManager.cpp

Syntax

void RegisterTextSource
(
    const TSharedRef< ILocalizedTextSource > & InLocalizedTextSource,
    const bool InRefreshResources
)

Remarks

Register a localized text source with the text localization manager.

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