forked from EpicGames/LoadingScreen
- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLoadingScreen.uplugin
More file actions
Latest commit
23 lines (21 loc) · 577 Bytes
/
Copy pathLoadingScreen.uplugin
File metadata and controls
23 lines (21 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Loading Screen",
"Description": "A simple loading screen plug-in.",
"Category": "Loading",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "https://github.com/ue4plugins/LoadingScreen",
"SupportURL": "https://github.com/ue4plugins/LoadingScreen/issues",
"EnabledByDefault": true,
"CanContainContent": true,
"Modules": [
{
"Name": "LoadingScreen",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
}