FActorRepList

The actual underlying list type that the system uses for a list of replicated actors.

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FActorRepList

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h

Include

#include "ReplicationGraphTypes.h"

Syntax

struct FActorRepList : public FNoncopyable

Remarks

The actual underlying list type that the system uses for a list of replicated actors. These are never manually allocated or even really used. All Replication code interacts with the "View" types below

Variables

Name Description

Public variable

FActorRepListTy...

 

Data

Variable length Data segment

Public variable

int32

 

Max

Public variable

int32

 

Num

Public variable

int32

 

RefCount

List Header

Public variable

FBitReference

 

UsedBitRef

The "used bit" from the block we came from, so that we can clear it fast

Functions

Name Description

Public function

void

 

AddRef()

For TRefCountPtr usage

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

Public function

void

 

Release()

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