FFastArraySerializerHeader

Struct containing common header data that is written / read when serializing Fast Arrays.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h

Include

#include "Engine/NetSerialization.h"

Syntax

struct FFastArraySerializerHeader

Remarks

Struct containing common header data that is written / read when serializing Fast Arrays.

Variables

Name Description

Public variable

int32

 

ArrayReplicationKey

The current ArrayReplicationKey.

Public variable

int32

 

BaseReplicationKey

The previous ArrayReplicationKey.

Public variable

TArray< int32, ...

 

DeletedIndices

The list of deleted elements.

Public variable

int32

 

NumChanged

The number of changed elements (adds or removes).

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