UClass::EmitObjectArrayReference

Realtime garbage collection helper function used to emit token containing information about a an array of [UObject](API\Runtime\CoreUObject\UObject\UObject) references at the passed in offset.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp

Syntax

void EmitObjectArrayReference
(
    int32 Offset,
    const FName & DebugName
)

Remarks

Realtime garbage collection helper function used to emit token containing information about a an array of UObject references at the passed in offset. Handles both TArray and TTransArray.

Parameters

Parameter

Description

Offset

Offset into object at which array of objects is stored.

DebugName

DebugName for this objects token. Only used in non-shipping builds.

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