Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Inheritance Hierarchy
- AVolume
- INavRelevantInterface
- ANavModifierVolume
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavModifierVolume.h |
| Include | #include "NavModifierVolume.h" |
Syntax
UCLASS (HideCategories=(Navigation), MinimalAPI)
class ANavModifierVolume :
public AVolume,
public INavRelevantInterface
Remarks
Allows applying selected AreaClass to navmesh, using Volume's shape
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UNavArea > | AreaClass | NavArea to apply inside the defined volume. | |
| TSubclassOf< UNavArea > | AreaClassToReplace | When setting this value, the modifier volume behavior changes : it will now replace any surface marked by AreaClassToReplace in the volume and replace it with AreaClass. | |
| bool | bMaskFillCollisionUnderneathForNavmesh | Experimental: if set, the 2D space occupied by the volume box will ignore FillCollisionUnderneathForNavmesh | |
| ENavigationDataResolution | NavMeshResolution | Experimental: When not set to None, the navmesh tiles touched by the navigation modifier volume will be built using the highest resolution found. | |
| FDelegateHandle | OnNavAreaRegisteredDelegateHandle | ||
| FDelegateHandle | OnNavAreaUnregisteredDelegateHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ANavModifierVolume
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| TSubclassOf< UNavArea > | GetAreaClass () |
||
| TSubclassOf< UNavArea > | |||
| FBox | |||
| void | GetNavigationData
(
FNavigationRelevantData& Data |
||
| void | OnNavAreaRegistered
(
const UWorld& World, |
||
| void | OnNavAreaUnregistered
(
const UWorld& World, |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostEditUndo () |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetAreaClass
(
TSubclassOf< UNavArea > NewAreaClass |
||
| void | SetAreaClassToReplace
(
TSubclassOf< UNavArea > NewAreaClassToReplace |