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