Files
UnrealEngineUWP/Engine/Plugins/Experimental/ExampleAssetEditor/ExampleAssetEditor.uplugin
michael noland 7632d23dea Gameplay plugin category cleanup
#jira UE-106862

#ROBOMERGE-SOURCE: CL 15390280 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15390314 by michael noland in ue5-main branch]
2021-02-11 14:58:19 -04:00

30 lines
615 B
Plaintext

{
"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
}
]
}