-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleComp.uplugin
More file actions
29 lines (29 loc) · 1.7 KB
/
SimpleComp.uplugin
File metadata and controls
29 lines (29 loc) · 1.7 KB
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.06",
"FriendlyName": "SimpleComp",
"Description": "Simple Comp — lightweight library of reusable Unreal Engine components designed for fast prototyping and clean project architecture. Includes runtime-ready building blocks (movement, interaction, utilities, spline-based tools, resource handling) that can be easily plugged into any UE5 project.",
"Category": "Other",
"CreatedBy": "Ilia Merkurev",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SimpleComp",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "SimpleCompEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}