UClass::EmitStructArrayEnd

Realtime garbage collection helper function used to indicate the end of an array of structs.

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 EmitStructArrayEnd
(
    uint32 SkipIndexIndex
)

Remarks

Realtime garbage collection helper function used to indicate the end of an array of structs. The index following the current one will be written to the passed in SkipIndexIndex in order to be able to skip tokens for empty dynamic arrays.

Parameters

Parameter

Description

SkipIndexIndex

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