Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavAreas
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNavAreaBase
- UNavArea
- UNavArea_LowHeight
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavAreas/NavArea_LowHeight.h |
| Include | #include "NavAreas/NavArea_LowHeight.h" |
Syntax
class UNavArea_LowHeight : public UNavArea
Remarks
Special area that can be generated in spaces with insufficient free height above. Cannot be traversed by anyone.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNavArea_LowHeight
(
const FObjectInitializer& ObjectInitializer |
Overridden from UNavAreaBase
| Type | Name | Description | |
|---|---|---|---|
| bool | IsLowArea () |
Leftover from NavigationSystem extraction from the Engine code |