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

#include <NavigationData.h>

Public Member Functions

 FNavPathRecalculationRequest (const FNavPathSharedPtr &InPath, ENavPathUpdateType::Type InReason)
 
bool operator== (const FNavPathRecalculationRequest &Other) const
 

Public Attributes

FNavPathWeakPtr Path
 
ENavPathUpdateType::Type Reason
 

Constructor & Destructor Documentation

◆ FNavPathRecalculationRequest()

FNavPathRecalculationRequest::FNavPathRecalculationRequest ( const FNavPathSharedPtr InPath,
ENavPathUpdateType::Type  InReason 
)
inline

Member Function Documentation

◆ operator==()

bool FNavPathRecalculationRequest::operator== ( const FNavPathRecalculationRequest Other) const
inline

Member Data Documentation

◆ Path

FNavPathWeakPtr FNavPathRecalculationRequest::Path

◆ Reason

ENavPathUpdateType::Type FNavPathRecalculationRequest::Reason

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