ULandscapeHeightfieldCollisionComponent::GatherGeometrySlice

This function is called "on demand", whenever that specified piece of geometry is needed for navigation generation

Windows
MacOS
Linux

Override Hierarchy

INavRelevantInterface::GatherGeometrySlice()

ULandscapeHeightfieldCollisionComponent::GatherGeometrySlice()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h

Include

#include "LandscapeHeightfieldCollisionComponent.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp

Syntax

virtual void GatherGeometrySlice
(
    FNavigableGeometryExport & GeomExport,
    const FBox & SliceBox
) const

Remarks

This function is called "on demand", whenever that specified piece of geometry is needed for navigation generation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss