UClass::EmitStructArrayBegin

Realtime garbage collection helper function used to indicate an array of structs 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

uint32 EmitStructArrayBegin
(
    int32 Offset,
    const FName & DebugName,
    int32 Stride
)

Remarks

Realtime garbage collection helper function used to indicate an array of structs at the passed in offset.

Returns

Index into token stream at which later on index to next token after the array is stored which is used to skip over empty dynamic arrays

Parameters

Parameter

Description

Offset

Offset into object at which array of structs is stored

DebugName

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

Stride

Size/stride of struct

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