FTextLocalizationManager::PushAutoEnableGameLocalizationPreview

Notify that the game localization preview should automatically enable itself under certain circumstances (such as changing the preview language via the UI) due to a state change (such as PIE starting).

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 PushAutoEnableGameLocalizationPreview()

Remarks

Notify that the game localization preview should automatically enable itself under certain circumstances (such as changing the preview language via the UI) due to a state change (such as PIE starting). @note This must be paired with a call to PopAutoEnableGameLocalizationPreview.

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