FChangelistIterator

Simple helper class to track state while iterating over changelists.

Windows
MacOS
Linux

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

Name Description

Public variable

const TArray< u...

 

Changed

Changelist that is being iterated.

Public variable

int32

 

ChangedIndex

Current index into the changelist.

Constructors

Name Description

Public function

FChangelistIterator

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss