Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UNavigationGraphNodeComponent
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavGraph/NavigationGraphNodeComponent.h |
| Include | #include "NavGraph/NavigationGraphNodeComponent.h" |
Syntax
class UNavigationGraphNodeComponent : public USceneComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UNavigationGraphNodeComponent > | NextNodeComponent | ||
| FNavGraphNode | Node | ||
| TObjectPtr< UNavigationGraphNodeComponent > | PrevNodeComponent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNavigationGraphNodeComponent
(
const FObjectInitializer& ObjectInitializer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |