Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh
Inheritance Hierarchy
- UDebugDrawComponent
- UNavMeshRenderingComponent
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavMeshRenderingComponent.h |
| Include | #include "NavMesh/NavMeshRenderingComponent.h" |
Syntax
UCLASS (EditInlineNew, ClassGroup=Debug, MinimalAPI)
class UNavMeshRenderingComponent : public UDebugDrawComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bCollectNavigationData | ||
| uint32: 1 | bForceUpdate | ||
| FTimerHandle | TimerHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNavMeshRenderingComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBoxSphereBounds | CalcBounds
(
const FTransform& LocalToWorld |
||
| void | ForceUpdate () |
||
| void | GatherData
(
const ARecastNavMesh& NavMesh, |
Gathers drawable information from NavMesh and puts it in OutProxyData. | |
| bool | |||
| bool | IsNavigationShowFlagSet
(
const UWorld* World |
||
| void | OnRegister () |
||
| void | OnUnregister () |
||
| void |