forked from truong-bui/AsyncLoadingScreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsyncLoadingScreen.uplugin
35 lines (35 loc) · 1015 Bytes
/
AsyncLoadingScreen.uplugin
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
28
29
30
31
32
33
34
35
{
"FileVersion": 3,
"Version": 6,
"VersionName": "1.3.0",
"EngineVersion": "4.27.0",
"FriendlyName": "Async Loading Screen",
"Description": "Allows you to configure a Loading Screen system in the project settings easily and automatically add a Loading Screen in your game whenever you open a new level.",
"Category": "Loading Screen",
"CreatedBy": "Truong Bui",
"CreatedByURL": "https://github.com/truong-bui/AsyncLoadingScreen",
"DocsURL": "https://github.com/truong-bui/AsyncLoadingScreen",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8",
"SupportURL": "https://github.com/truong-bui/AsyncLoadingScreen/issues",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "AsyncLoadingScreen",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Linux",
"LinuxAArch64",
"Mac",
"Android",
"IOS",
"XboxOne",
"Switch",
"PS4"
]
}
]
}