FRouteLink

Simple container struct for grouping two FObjectGraphNodes together.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveTraceRoute.h

Include

#include "Serialization/ArchiveTraceRoute.h"

Syntax

struct FRouteLink

Remarks

Simple container struct for grouping two FObjectGraphNodes together.

Variables

Name Description

Public variable

FObjectGraphNod...

 

LinkChild

The node corresponding to the "referenced" object.

Public variable

FObjectGraphNod...

 

LinkParent

The node corresponding to the "referencing" object.

Constructors

Name Description

Public function

FRouteLink

(
    FObjectGraphNode* InParent,
    FObjectGraphNode* InChild
)

Constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss