UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FChangelistIterator Class Reference

#include <RepLayout.h>

Public Member Functions

 FChangelistIterator (const TArray< uint16 > &InChanged, const int32 InChangedIndex)
 

Public Attributes

const TArray< uint16 > & Changed
 
int32 ChangedIndex
 

Detailed Description

Simple helper class to track state while iterating over changelists. This class doesn't actually expose methods to do the iteration, or to retrieve the current value.

Constructor & Destructor Documentation

◆ FChangelistIterator()

FChangelistIterator::FChangelistIterator ( const TArray< uint16 > &  InChanged,
const int32  InChangedIndex 
)
inline

Member Data Documentation

◆ Changed

const TArray<uint16>& FChangelistIterator::Changed

Changelist that is being iterated.

◆ ChangedIndex

int32 FChangelistIterator::ChangedIndex

Current index into the changelist.


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