Resources

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.

UNavLinkCustomComponent