-
-
Notifications
You must be signed in to change notification settings - Fork 412
/
RealtimeMeshComponent.uplugin
43 lines (43 loc) · 1.13 KB
/
RealtimeMeshComponent.uplugin
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
36
37
38
39
40
41
42
43
{
"FileVersion": 3,
"Version": 50,
"VersionName": "5.2.3",
"FriendlyName": "Realtime Mesh Component",
"Description": "A component allowing for rendering and interacting with runtime generated geometry.",
"Category": "Rendering",
"CreatedBy": "Chris Conway (Koderz)",
"CreatedByURL": "https://github.com/Koderz",
"DocsURL": "https://realtimemesh.koderz.io/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/ad0b45a6a31e462aba7cf7c790a9c125",
"SupportURL": "https://github.com/TriAxis-Games/RealtimeMeshComponent/issues",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RealtimeMeshComponent",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformDenyList": []
},
{
"Name": "RealtimeMeshTests",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": []
},
{
"Name": "RealtimeMeshEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": []
},
{
"Name": "RealtimeMeshExamples",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformDenyList": []
}
]
}