Files
UnrealEngineUWP/Engine/Plugins/Experimental/LocalizableMessage/LocalizableMessage.uplugin
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

36 lines
765 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Localizable Message",
"Description": "Utility for a text message that can be replicated. It supports parameter resolution for the client.",
"Category": "Messaging",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LocalizableMessage",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LocalizableMessageBlueprint",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "StructUtils",
"Enabled": true
},
]
}