FArchiveTraceRoute::CalculateReferenceDepthsForNode

Recursively iterates over the referencing objects for the specified node, marking each with the current Depth value.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/ArchiveTraceRoute.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp

Syntax

void CalculateReferenceDepthsForNode
(
    FObjectGraphNode * ObjectNode
)

Remarks

Recursively iterates over the referencing objects for the specified node, marking each with the current Depth value. Stops once it reaches a route root.

Parameters

Parameter

Description

ObjectNode

the node to evaluate.

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