Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Inheritance Hierarchy
- FInstanceCacheDataBase
- FActorComponentInstanceData
- FNavLinkCustomInstanceData
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include | #include "NavLinkCustomComponent.h" |
Syntax
struct FNavLinkCustomInstanceData : public FActorComponentInstanceData
Remarks
Used to store navlink data during RerunConstructionScripts
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNavLinkAuxiliaryId | AuxiliaryCustomLinkId | ||
| FNavLinkId | CustomLinkId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavLinkCustomInstanceData
(
const UNavLinkCustomComponent* SourceComponent |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FActorComponentInstanceData
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToComponent
(
UActorComponent* Component, |
Applies this component instance data to the supplied component | |
| bool | ContainsData () |
Determines if any instance data was actually saved. |