I created a landscape in Unreal using Houdini's heightfield, similar to the Apocalypse Ruins or Pegasus demo videos.
Now I want to match the number of components to the recommended number in Unreal.
To match the 2017x2017 size, it seems like I need to define the component sections or the number of components.
I found out there seems to be an attribute for defining this, but I don’t know how to use it.
https://www.sidefx.com/docs/unreal20.5/_attributes.html#StringTokens [www.sidefx.com]
Matching the number of landscape components
931 2 1- gallerykim
- Member
- 34 posts
- Joined: 10月 2022
- Offline
- TomVee
- Member
- 21 posts
- Joined: 10月 2018
- Offline
To set the right size, use Heightfield Resample > Specify Exact Resolution > Grid Samples
Then use a detail wrangle with:
Or any other recommended setting:
https://dev.epicgames.com/documentation/en-us/unreal-engine/landscape-technical-guide-in-unreal-engine#recommendedlandscapesizes [dev.epicgames.com]
Then use a detail wrangle with:
i@unreal_landscape_section_size = 127; i@unreal_landscape_sections_per_component = 2;
Or any other recommended setting:
https://dev.epicgames.com/documentation/en-us/unreal-engine/landscape-technical-guide-in-unreal-engine#recommendedlandscapesizes [dev.epicgames.com]
- gallerykim
- Member
- 34 posts
- Joined: 10月 2022
- Offline
-
- Quick Links