Resources
- Automatic Navigation Link Generation
- Image illustrating the nav links generation params
- Image illustrating the nav links generation params
- About nav links (with jump example)
- Navigation Data
Hierarchy
More can be found at Navigation Data
Graph
flowchart TD
INavRelevantInterface --> UNavRelevantComponent
UNavRelevantComponent --> UNavLinkCustomComponent
INavLinkHostInterface --> ANavLinkProxy
INavRelevantInterface --> ANavLinkProxy
INavLinkCustomInterface --> UNavLinkCustomComponent
Types
ANavLinkProxy
The ANavLinkProxy
actor owns a UNavLinkCustomComponent
and implements INavLinkHostInterface
and INavRelevantInterface
.