Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FNavigableGeometryExport |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/AI/NavigationSystemHelpers.h |
| Include Path | #include "AI/NavigationSystemHelpers.h" |
Syntax
struct FNavigableGeometryExport
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNavigableGeometryExport() |
AI/NavigationSystemHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddNavModifiers
(
const FCompositeNavModifier& Modifiers |
AI/NavigationSystemHelpers.h | ||
void ExportChaosConvexMesh
(
const FKConvexElem*const Convex, |
AI/NavigationSystemHelpers.h | ||
void ExportChaosHeightField
(
const Chaos::FHeightField*const Heightfield, |
AI/NavigationSystemHelpers.h | ||
void ExportChaosHeightFieldSlice
(
const FNavHeightfieldSamples& PrefetchedHeightfieldSamples, |
AI/NavigationSystemHelpers.h | ||
void ExportChaosTriMesh
(
const Chaos::FTriangleMeshImplicitObject*const TriMesh, |
AI/NavigationSystemHelpers.h | ||
void ExportCustomMesh
(
const FVector* VertexBuffer, |
AI/NavigationSystemHelpers.h | ||
void ExportRigidBodySetup
(
UBodySetup& BodySetup, |
AI/NavigationSystemHelpers.h | ||
void SetNavDataPerInstanceTransformDelegate
(
const FNavDataPerInstanceTransformDelegate& InDelegate |
Optional delegate for geometry per instance transforms. | AI/NavigationSystemHelpers.h |