FContentComparisonHelper::RecursiveObjectCollection

Recursive function for collecting objects referenced by the given object.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp

Syntax

void RecursiveObjectCollection
(
    UObject * InStartObject,
    int32 InCurrDepth,
    int32 InMaxDepth,
    TMap< UObject *, bool > & OutCollectedReferences
)

Remarks

Recursive function for collecting objects referenced by the given object.

Parameters

Parameter

Description

InStartObject

The object to collect the referencees for

InCurrDepth

The current depth being processed

InMaxDepth

The maximum depth to traverse the reference chain

OutCollectReferences

The resulting referenced object list

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