FNavMeshSceneProxy

Exported to API for GameplayDebugger module

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

FNavMeshSceneProxy

(
    const UPrimitiveComponent* InC...,
    FNavMeshSceneProxyData* InProx...,
    bool ForceToRender
)

Destructors

Name Description

Public function Virtual

~FNavMeshSceneProxy()

Functions

Name Description

Protected function Const

uint32

 

GetAllocatedSizeInternal()

Overridden from FPrimitiveSceneProxy

Name Description

Public function Virtual Const

void

 

GetDynamicMeshElements

(
    const TArray< const FSceneView*...,
    const FSceneViewFamily& ViewFamily,
    uint32 VisibilityMap,
    FMeshElementCollector& Collector
)

Draw the scene proxy as a dynamic element

Protected function Virtual Const

uint32

 

GetMemoryFootprint()

Every derived class should override these functions

Public function Virtual Const

SIZE_T

 

GetTypeHash()

Return a type (or subtype) specific hash for sorting purposes

Protected function Virtual Const

FPrimitiveVi...

 

GetViewRelevance

(
    const FSceneView* View
)

Determines the relevance of this primitive's elements to the given view.