Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/Navigation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h |
| Include | #include "AI/Navigation/NavigationTypes.h" |
Syntax
struct FNavigationDirtyArea
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Bounds | ||
| int32 | Flags | ||
| TWeakObjectPtr< UObject > | OptionalSourceObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavigationDirtyArea
(
const FBox& InBounds, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasFlag
(
ENavigationDirtyFlag::Type Flag |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNavigationDirtyArea& Other |
||
| bool | operator==
(
const FNavigationDirtyArea& Other |