-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathEditorCameraPosition.uplugin
More file actions
28 lines (28 loc) · 870 Bytes
/
EditorCameraPosition.uplugin
File metadata and controls
28 lines (28 loc) · 870 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.3",
"FriendlyName": "EditorCameraPosition",
"Description": "Simple tool that displays and sets camera position in editor viewport",
"Category": "Cameras",
"CreatedBy": "Damian Nowakowski",
"CreatedByURL": "https://zompidev.blogspot.com",
"DocsURL": "https://github.com/zompi2/EditorCameraPositionUE4",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/9864b623739f4fbab30f4d877b137fc9",
"FabURL": "com.epicgames.launcher://ue/Fab/product/d18dfdcf-ef99-4751-bde8-1f652ce2b986",
"SupportURL": "mailto:zompi2@gmail.com",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "EditorCameraPosition",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
]
}