Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > NavAreas
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNavAreaBase
- UNavArea
- UNavArea_Null
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavAreas/NavArea_Null.h |
Include | #include "NavAreas/NavArea_Null.h" |
Syntax
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 |