forked from sideeffects/HoudiniNiagara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHoudiniNiagara.uplugin
40 lines (38 loc) · 925 Bytes
/
HoudiniNiagara.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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.1",
"EngineVersion" : "4.26.0",
"FriendlyName": "Houdini Niagara",
"Description": "Import Houdini point cloud data into UE4 to drive Niagara particle systems.",
"Category": "FX",
"CreatedBy": "Side Effects Software Inc.",
"CreatedByURL": "http://www.sidefx.com",
"DocsURL": "https://www.sidefx.com/docs/unreal/_niagara.html",
"MarketplaceURL" : "com.epicgames.launcher://ue/marketplace/product/79d2dd58387c4696a0f3458275f739d6",
"SupportURL": "https://www.sidefx.com/bugs/submit/",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "HoudiniNiagara",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "HoudiniNiagaraEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins":
[
{
"Name": "Niagara",
"Enabled": true
}
]
}