sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.34k stars 372 forks source link

HoudiniInputTranslator.cpp(3114) FVEctor3->FVector3f #155

Closed klamme closed 2 years ago

klamme commented 2 years ago

Im not really sure what this means completely, but looks like in UE5 the FVector3 is declared differently. This is all the info I got from the programming team at the studio I work at. Let me know if more info is needed. Thanks! :-)

dpernuit commented 2 years ago

Hi Kenny,

Same as my other reply, are you using the 5.00 branch?1 We've already replaced those appropriately in the 5.00 plugin...

see:

https://github.com/sideeffects/HoudiniEngineForUnreal/blob/Houdini19.0-Unreal5.00/Source/HoudiniEngine/Private/HoudiniInputTranslator.cpp#L3111

klamme commented 2 years ago

Oh nice! No we were still on the EA2 release of HEngine. Ill let the programmers know then that its been updated already and get us upgraded. Thanks for the speedy response!