UNavMeshRenderingComponent::GatherData

Gathers drawable information from NavMesh and puts it in OutProxyData.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavMeshRenderingComponent.h

Include

#include "NavMesh/NavMeshRenderingComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavMesh/NavMeshRenderingComponent.cpp

Syntax

virtual void GatherData
(
    const ARecastNavMesh & NavMesh,
    FNavMeshSceneProxyData & OutProxyData
) const

Remarks

Gathers drawable information from NavMesh and puts it in OutProxyData. Override to add additional information to OutProxyData.

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