UTB-Plugin/Plugin/Plugins/ReloadEditor/ReloadEditor.uplugin
2025-05-16 19:52:23 +02:00

33 lines
798 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ReloadEditor",
"Description": "A Simple Button to reload the editor with option to reload last map open in editor",
"Category": "Engine Tools",
"CreatedBy": "TheShibaDoggo",
"CreatedByURL": "",
"DocsURL": "https://github.com/CatChow0/UTB-Plugin-Doc/blob/main/RestartEditor/Readme.md",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/48eabc75-cc76-446f-91eb-0a268dda98d6",
"SupportURL": "",
"EngineVersion": "5.4.0",
"CanContainContent": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
],
"Modules": [
{
"Name": "ReloadEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
]
}