Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh
Inheritance Hierarchy
- FDebugRenderSceneProxy
- FNoncopyable
- FNavMeshSceneProxy
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavMeshRenderingComponent.h |
| Include | #include "NavMesh/NavMeshRenderingComponent.h" |
Syntax
class FNavMeshSceneProxy :
public FDebugRenderSceneProxy,
public FNoncopyable
Remarks
Exported to API for GameplayDebugger module
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavMeshSceneProxy
(
const UPrimitiveComponent* InComponent, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 |
Overridden from FPrimitiveSceneProxy
| Type | Name | Description | |
|---|---|---|---|
| void | GetDynamicMeshElements
(
const TArray< const FSceneView* >& Views, |
Draw the scene proxy as a dynamic element | |
| uint32 | Every derived class should override these functions | ||
| SIZE_T | GetTypeHash () |
Return a type (or subtype) specific hash for sorting purposes | |
| FPrimitiveViewRelevance | GetViewRelevance
(
const FSceneView* View |
Determines the relevance of this primitive's elements to the given view. |