-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathRuntimeImageLoader.uplugin
More file actions
25 lines (25 loc) · 769 Bytes
/
RuntimeImageLoader.uplugin
File metadata and controls
25 lines (25 loc) · 769 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Runtime Image & GIF Loader",
"Description": "Load high-resolution images and GIFs at runtime without hitches",
"Category": "Code Plugins",
"CreatedBy": "Petr Leontev",
"CreatedByURL": "https://unrealsolutions.com/",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e8d4771b882343199acaf995c32a5fea",
"SupportURL": "https://discord.com/invite/pBDSCBcdgv",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RuntimeImageLoader",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "Android" ]
}
]
}