Navigation
API > API/Plugins > API/Plugins/MassZoneGraphNavigation
| Name | FMassZoneGraphNavigationParameters |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassZoneGraphNavigation/Public/MassZoneGraphNavigationFragments.h |
| Include Path | #include "MassZoneGraphNavigationFragments.h" |
Syntax
USTRUCT ()
struct FMassZoneGraphNavigationParameters : public FMassConstSharedFragment
Inheritance Hierarchy
- FMassConstSharedFragment → FMassZoneGraphNavigationParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LaneFilter | FZoneGraphTagFilter | Filter describing which lanes can be used when spawned. | MassZoneGraphNavigationFragments.h |
|
| QueryRadius | float | Query radius when trying to find nearest lane when spawned. | MassZoneGraphNavigationFragments.h |
|