UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GC::TGatherIterator< PayloadType > Struct Template Reference

#include <ReachabilityAnalysisState.h>

Public Attributes

int32 StartIndex = 0
 
int32 Index = 0
 
int32 Num = 0
 
int32 LastIndex = 0
 
PayloadType Payload
 

Detailed Description

template<typename PayloadType>
struct UE::GC::TGatherIterator< PayloadType >

Structure that holds the current state of Thread Iteration

Member Data Documentation

◆ Index

template<typename PayloadType >
int32 UE::GC::TGatherIterator< PayloadType >::Index = 0

Current index of an object

◆ LastIndex

template<typename PayloadType >
int32 UE::GC::TGatherIterator< PayloadType >::LastIndex = 0

Last index of object to process

◆ Num

template<typename PayloadType >
int32 UE::GC::TGatherIterator< PayloadType >::Num = 0

Estimated number of objects to process

◆ Payload

template<typename PayloadType >
PayloadType UE::GC::TGatherIterator< PayloadType >::Payload

Data gathered by the iteration

◆ StartIndex

template<typename PayloadType >
int32 UE::GC::TGatherIterator< PayloadType >::StartIndex = 0

Inital start index


The documentation for this struct was generated from the following file: