FStackEntry

Helper struct for stack based approach

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/FastReferenceCollector.h"

Syntax

struct FStackEntry

Remarks

Helper struct for stack based approach

Variables

Name Description

Public variable

int32

 

ContainerIndex

Current index within the container.

Public variable

FProperty *

 

ContainerProperty

Current container property for data pointer.

Public variable

void *

 

ContainerPtr

Pointer to the container being processed by GC.

Public variable

uint32: 5

 

ContainerType

Current container helper type

Public variable

int32

 

Count

Current loop count, decremented each iteration

Public variable

uint8 *

 

Data

Current data pointer, incremented by stride

Public variable

int32

 

LoopStartIndex

First token index in loop

Public variable

uint32: 27

 

Stride

Current stride

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