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

#include <NavigationRelevantData.h>

Public Member Functions

 FNavigationRelevantDataFilter ()
 

Public Attributes

uint32 bIncludeGeometry: 1
 
uint32 bIncludeOffmeshLinks: 1
 
uint32 bIncludeAreas: 1
 
uint32 bIncludeMetaAreas: 1
 
uint32 bExcludeLoadedData: 1
 

Constructor & Destructor Documentation

◆ FNavigationRelevantDataFilter()

FNavigationRelevantDataFilter::FNavigationRelevantDataFilter ( )
inline

Member Data Documentation

◆ bExcludeLoadedData

uint32 FNavigationRelevantDataFilter::bExcludeLoadedData

fail if from level loading (only valid in WP dynamic mode)

◆ bIncludeAreas

uint32 FNavigationRelevantDataFilter::bIncludeAreas

pass when actor has any area modifier

◆ bIncludeGeometry

uint32 FNavigationRelevantDataFilter::bIncludeGeometry

pass when actor has geometry

◆ bIncludeMetaAreas

uint32 FNavigationRelevantDataFilter::bIncludeMetaAreas

pass when actor has any modifier with meta area

◆ bIncludeOffmeshLinks

uint32 FNavigationRelevantDataFilter::bIncludeOffmeshLinks

pass when actor has any offmesh link modifier


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