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

 

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

int32

 

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