Files
UnrealEngineUWP/Engine/Plugins/Experimental/CharacterFXEditor/ExampleCharacterFXEditor/ExampleCharacterFXEditor.uplugin
kriss gossart 471c17ee89 Chaos Cloth - Move the new Cloth Asset modules out of the Restricted area to the Engine/Plugins/Experimental folder (part 2, add files)
#rb Benn.Gallagher
#preflight
#jira none

[CL 22375464 by kriss gossart in ue5-main branch]
2022-10-06 10:15:54 -04:00

34 lines
723 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "ExampleCharacterFXEditor",
"Description": "Example asset editor using the BaseCharacterFXEditor base classes",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ExampleCharacterFXEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "BaseCharacterFXEditor",
"Enabled": true
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true
}
]
}