sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
295 stars 76 forks source link

Landscape can't read unreal_uproperty_* attributes #115

Closed eliiik closed 3 years ago

eliiik commented 3 years ago

the function FHoudiniLandscapeTranslator::GetGenericPropertiesAttributes never been called in HoudiniLandscapeTranslator.cpp

dpernuit commented 3 years ago

Yes, this is caused by a bug in HAPI that prevents us from being able to read attributes on HF Volumes.

dpernuit commented 3 years ago

The latest update adds support for generic property attributes on landscapes as the HAPI issue has been fixed as well.