UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNavMeshSceneProxyData Struct Reference

#include <NavMeshRenderingComponent.h>

+ Inheritance diagram for FNavMeshSceneProxyData:

Classes

struct  FDebugMeshData
 
struct  FDebugPoint
 
struct  FDebugText
 

Public Member Functions

 FNavMeshSceneProxyData ()
 
NAVIGATIONSYSTEM_API void Reset ()
 
NAVIGATIONSYSTEM_API void Serialize (FArchive &Ar)
 
NAVIGATIONSYSTEM_API uint32 GetAllocatedSize () const
 
- Public Member Functions inherited from TSharedFromThis< FNavMeshSceneProxyData, ESPMode::ThreadSafe >
TSharedRef< FNavMeshSceneProxyData, Mode > AsShared ()
 
TSharedRef< FNavMeshSceneProxyData const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FNavMeshSceneProxyData, Mode > AsWeak ()
 
TWeakPtr< FNavMeshSceneProxyData const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Public Attributes

TArray< FDebugMeshDataMeshBuilders
 
TArray< FDebugRenderSceneProxy::FDebugLineThickLineItems
 
TArray< FDebugRenderSceneProxy::FDebugLineTileEdgeLines
 
TArray< FDebugRenderSceneProxy::FDebugLineNavMeshEdgeLines
 
TArray< FDebugRenderSceneProxy::FDebugLineNavLinkLines
 
TArray< FDebugRenderSceneProxy::FDebugLineClusterLinkLines
 
TArray< FDebugRenderSceneProxy::FDebugLineAuxLines
 
TArray< FDebugPointAuxPoints
 
TArray< FDebugRenderSceneProxy::FDebugBoxAuxBoxes
 
TArray< FDebugRenderSceneProxy::FMeshMeshes
 
TArray< FDebugTextDebugLabels
 
TArray< FBoxCenterAndExtentOctreeBounds
 
FBox Bounds
 
FVector NavMeshDrawOffset
 
uint32 bDataGathered: 1
 
uint32 bNeedsNewData: 1
 
int32 NavDetailFlags
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FNavMeshSceneProxyData, ESPMode::ThreadSafe >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FNavMeshSceneProxyData, ESPMode::ThreadSafe >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Constructor & Destructor Documentation

◆ FNavMeshSceneProxyData()

FNavMeshSceneProxyData::FNavMeshSceneProxyData ( )
inline

Member Function Documentation

◆ GetAllocatedSize()

uint32 FNavMeshSceneProxyData::GetAllocatedSize ( ) const

◆ Reset()

void FNavMeshSceneProxyData::Reset ( )

◆ Serialize()

void FNavMeshSceneProxyData::Serialize ( FArchive Ar)

Member Data Documentation

◆ AuxBoxes

TArray<FDebugRenderSceneProxy::FDebugBox> FNavMeshSceneProxyData::AuxBoxes

◆ AuxLines

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::AuxLines

◆ AuxPoints

TArray<FDebugPoint> FNavMeshSceneProxyData::AuxPoints

◆ bDataGathered

uint32 FNavMeshSceneProxyData::bDataGathered

◆ bNeedsNewData

uint32 FNavMeshSceneProxyData::bNeedsNewData

◆ Bounds

FBox FNavMeshSceneProxyData::Bounds

◆ ClusterLinkLines

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::ClusterLinkLines

◆ DebugLabels

TArray<FDebugText> FNavMeshSceneProxyData::DebugLabels

◆ MeshBuilders

TArray<FDebugMeshData> FNavMeshSceneProxyData::MeshBuilders

◆ Meshes

TArray<FDebugRenderSceneProxy::FMesh> FNavMeshSceneProxyData::Meshes

◆ NavDetailFlags

int32 FNavMeshSceneProxyData::NavDetailFlags

◆ NavLinkLines

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::NavLinkLines

◆ NavMeshDrawOffset

FVector FNavMeshSceneProxyData::NavMeshDrawOffset

◆ NavMeshEdgeLines

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::NavMeshEdgeLines

◆ OctreeBounds

TArray<FBoxCenterAndExtent> FNavMeshSceneProxyData::OctreeBounds

◆ ThickLineItems

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::ThickLineItems

◆ TileEdgeLines

TArray<FDebugRenderSceneProxy::FDebugLine> FNavMeshSceneProxyData::TileEdgeLines

The documentation for this struct was generated from the following files: