Files
UnrealEngineUWP/Engine/Plugins/Experimental/Text3D/Text3D.uplugin
Marc Audy a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00

36 lines
685 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"FriendlyName": "Text 3D",
"Description": "3D Text Generator",
"Category": "Text",
"CreatedBy": "Epic Games Inc.",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Text3D",
"Type": "Runtime",
"LoadingPhase": "Default",
"BlacklistTargets": [ "Server" ]
},
{
"Name": "Text3DEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true,
"BlacklistTargets": [ "Server" ]
}
]
}