Landscape Spline input - No attrib for mesh vertical offset

   482   1   0
User Avatar
Member
1 posts
Joined: March 2022
Offline
Just been experimenting with the new landscape spline feature with houdini 20 and Unreal engine 5.3 and I am wondering why I cannot access the mesh vertical offset parameter on the control points of the spline but I have access to all the other params.

Attachments:
image.png (42.1 KB)

User Avatar
Staff
14 posts
Joined: Jan. 2023
Offline
The Unreal parameters we expose as attributes are usually based on what we feel would be used more often by users. Mesh Vertical Offset can still be adjusted with the use of Uproperties. for example, setting a point attribute `@unreal_uproperty_SegmentMeshOffset = 1000;` will change the Mesh Vertical Offset by 1000.


But to be fair, it does seem weird all properties except 1 are exposed. I will write this as an RFE, it makes sense this is should be an attribute.

Thanks for pointing this out!
  • Quick Links