Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavAreas
Inheritance Hierarchy
- UNavAreaBase
- UNavArea
- UNavArea_Null
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavAreas/NavArea_Null.h |
| Include | #include "NavAreas/NavArea_Null.h" |
Syntax
UCLASS (Config=Engine, MinimalAPI)
class UNavArea_Null : public UNavArea
Remarks
In general represents an empty area, that cannot be traversed by anyone. Ever.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNavArea_Null
(
const FObjectInitializer& ObjectInitializer |