forked from Gradess2019/ActorLocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActorLocker.uplugin
More file actions
35 lines (35 loc) · 864 Bytes
/
ActorLocker.uplugin
File metadata and controls
35 lines (35 loc) · 864 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
28
29
30
31
32
33
34
35
{
"FileVersion": 3,
"Version": 11,
"VersionName": "1.5.3",
"FriendlyName": "Actor Locker",
"Description": "World Outliner and Level Editor extension to lock actors in the editor viewport",
"Category": "Editor",
"CreatedBy": "Gradess Games",
"CreatedByURL": "https://stepantrofimov.com",
"DocsURL": "https://github.com/Gradess2019/ActorLocker",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/9280e03740c64592ad81b9fe751cec7e",
"SupportURL": "https://discord.gg/zFK38y68tK",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ActorLocker",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
]
}