You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I want to know if it's possible to find mesh names from Binaries. I'm working with the LandscapeMontain binaries and I need to know the mesh name of the road for the segmentation. Because when I use the segmentation images the road does not appear as it does for example in the Neighborhood environment. Can somebody help me ? I have no experience with unreal engine so I'm a bit lost.
Thanks
J V
The text was updated successfully, but these errors were encountered:
I believe there are issues in getting the mesh names for the road because it is a spline and not a static mesh, take a look at #776. I think if you put "SegmentationSettings": { "MeshNamingMethod": "StaticMeshName" },
in settings.json you should achieve what you are looking for.
Hello,
I want to know if it's possible to find mesh names from Binaries. I'm working with the LandscapeMontain binaries and I need to know the mesh name of the road for the segmentation. Because when I use the segmentation images the road does not appear as it does for example in the Neighborhood environment. Can somebody help me ? I have no experience with unreal engine so I'm a bit lost.
Thanks
J V
The text was updated successfully, but these errors were encountered: