Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavAreas
Inheritance Hierarchy
- UNavAreaBase
- UNavArea
- UNavAreaMeta
- UNavAreaMeta_SwitchByAgent
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavAreas/NavAreaMeta.h |
Include | #include "NavAreas/NavAreaMeta.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UNavAreaMeta : public UNavArea
Remarks
A convenience class for an area that has IsMetaArea() == true. Do not use this class when determining whether an area class is "meta". Call IsMetaArea instead.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UNavAreaMeta
(
const FObjectInitializer& ObjectInitializer |