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

#include <NavigationBounds.h>

Public Member Functions

bool operator== (const FNavigationBounds &Other) const
 

Public Attributes

uint32 UniqueID
 
FBox AreaBox
 
FNavAgentSelector SupportedAgents
 
TWeakObjectPtr< ULevelLevel
 

Friends

uint32 GetTypeHash (const FNavigationBounds &NavBounds)
 

Member Function Documentation

◆ operator==()

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

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FNavigationBounds NavBounds)
friend

Member Data Documentation

◆ AreaBox

FBox FNavigationBounds::AreaBox

◆ Level

TWeakObjectPtr<ULevel> FNavigationBounds::Level

◆ SupportedAgents

FNavAgentSelector FNavigationBounds::SupportedAgents

◆ UniqueID

uint32 FNavigationBounds::UniqueID

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