UGCObjectReferencer::AddReferencedObjects

Forwards this call to all registered objects so they can reference any UObjects they depend upon

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h

Include

#include "UObject/GCObject.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp

Syntax

static void AddReferencedObjects
(
    UObject * InThis,
    FReferenceCollector & Collector
)

Remarks

Forwards this call to all registered objects so they can reference any UObjects they depend upon

Parameters

Parameter

Description

InThis

This UGCObjectReferencer object.

Collector

The collector of referenced objects.

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