Files
UnrealEngineUWP/Engine/Plugins/Experimental/ExampleAssetEditor/ExampleAssetEditor.uplugin

30 lines
615 B
Plaintext
Raw Normal View History

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Example Asset Editor",
"Description": "Experiments with a UAssetEditor for asset editing.",
"Category": "Examples",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ExampleAssetEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GizmoEdMode",
"Enabled": true
}
]
}