Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventsSystem.uplugin
More file actions
Latest commit
27 lines (27 loc) · 862 Bytes
/
Copy pathEventsSystem.uplugin
File metadata and controls
27 lines (27 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"FileVersion": 3,
"EngineVersion": "5.8",
"VersionName": "",
"FriendlyName": "Events System",
"Description": "Event-driven system who improves flow control inside your project. Build huge systemic games easy.",
"Category": "Editor",
"CreatedBy": "Out-of-the-Box Plugins",
"CreatedByURL": "https://outofthebox-plugins.com",
"DocsURL": "https://outofthebox-plugins.notion.site/Events-System-17246052c35680c59da8d2a4caac0032",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/92c5f7f264f94069bc5d9a6981117c52",
"SupportURL": "https://discord.gg/2cD5MwB",
"EnabledByDefault": true,
"CanContainContent": true,
"Modules": [
{
"Name": "EventsSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "EventsSystemEditor",
"Type": "Editor",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
]
}