Make Localizable Message a blueprint type

[REVIEW] [at]jp.flouret

[CL 26021141 by david punsetmartinez in ue5-main branch]
This commit is contained in:
david punsetmartinez
2023-06-15 14:25:06 -04:00
parent 567b9098e9
commit 4b7bb71668

View File

@@ -29,7 +29,7 @@ public:
FInstancedStruct Value;
};
USTRUCT()
USTRUCT(BlueprintType)
struct FLocalizableMessage
{
GENERATED_BODY();