forked from TriAxis-Games/RealtimeMeshComponent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntimeMeshComponent.uplugin
More file actions
29 lines (29 loc) · 952 Bytes
/
RuntimeMeshComponent.uplugin
File metadata and controls
29 lines (29 loc) · 952 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
{
"FileVersion": 3,
"Version": 32,
"VersionName": "3.2",
"FriendlyName": "Runtime Mesh Component",
"Description": "A component allowing for rendering and interacting with runtime generated geometry.",
"Category": "Rendering",
"CreatedBy": "Chris Conway (Koderz)",
"CreatedByURL": "https://forums.unrealengine.com/member.php?141752-Koderz",
"DocsURL": "https://github.com/Koderz/UE4RuntimeMeshComponent/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/ad0b45a6a31e462aba7cf7c790a9c125",
"SupportURL": "https://github.com/Koderz/UE4RuntimeMeshComponent/issues",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "RuntimeMeshComponent",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "RuntimeMeshComponentEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}