Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | FChangelistIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
Syntax
class FChangelistIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChangelistIterator
(
const TArray< uint16 >& InChanged, |
Net/RepLayout.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Changed | const TArray< uint16 > & | Changelist that is being iterated. | Net/RepLayout.h | |
| ChangedIndex | int32 | Current index into the changelist. | Net/RepLayout.h |