Skip to content

Commit 11b3179

Browse files
committed
Unreal: Version 2
- Updated plugin files to H18.5.531
1 parent 0c496a4 commit 11b3179

File tree

5 files changed

+614
-123
lines changed

5 files changed

+614
-123
lines changed

HoudiniEngine.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"FileVersion" : 3,
33
"FriendlyName" : "Houdini Engine v2",
4-
"Version" : 18000597,
5-
"VersionName" : "v2 - Beta1 - H18.0.597",
4+
"Version" : 18050351,
5+
"VersionName" : "v2 - Beta1 - H18.5.351",
66
"CreatedBy" : "Side Effects Software Inc.",
77
"CreatedByURL" : "http://www.sidefx.com",
88
"DocsURL" : "http://www.sidefx.com/docs/unreal/",

Source/HoudiniEngine/HoudiniEngine.Build.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
/*
3434
35-
Houdini Version: 18.0.597
36-
Houdini Engine Version: 3.4.0
35+
Houdini Version: 18.5.351
36+
Houdini Engine Version: 3.5.0
3737
Unreal Version: 4.25.0
3838
3939
*/
@@ -47,11 +47,11 @@ public class HoudiniEngine : ModuleRules
4747
{
4848
private string GetHFSPath()
4949
{
50-
string HoudiniVersion = "18.0.597";
50+
string HoudiniVersion = "18.5.351";
5151
bool bIsRelease = true;
5252
string HFSPath = "C:/dev/hfs";
5353
string RegistryPath = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Side Effects Software";
54-
string Registry32Path = "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Side Effects Software";
54+
string Registry32Path = "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Side Effects Software";
5555
string log;
5656

5757
if ( !bIsRelease )

0 commit comments

Comments
 (0)