Files
UnrealEngineUWP/Engine/Plugins/Experimental/LocalizableMessage/Source/LocalizableMessageBlueprint/Private/LocalizableMessageBlueprintModule.cpp
patrick boutot 0cb806a46e Add BP function to translate from a LocalizableMessage to FText.
#rb david.punsetmartinez

[CL 25879191 by patrick boutot in ue5-main branch]
2023-06-08 15:28:54 -04:00

6 lines
154 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, LocalizableMessageBlueprint)