FConnectionGatherActorListParameters

Parameter structure for what we actually pass down during the Gather phase.

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraphTypes.h"

Syntax

struct FConnectionGatherActorListParameters

Remarks

Parameter structure for what we actually pass down during the Gather phase.

Variables

Name Description

Public variable

const TSet< FNa...

 

ClientVisibleLevelNamesRef

Cached off reference for fast Level Visibility lookup.

Public variable

UNetReplication...

 

ConnectionManager

Public variable

FGatheredReplic...

 

OutGatheredReplicationLists

Out: The data nodes are going to add to

Public variable

uint32

 

ReplicationFrameNum

Public variable

FNetViewerArray

 

Viewers

Constructors

Name Description

Public function

FConnectionGatherActorListParameters

(
    FNetViewer& InViewer,
    UNetReplicationGraphConnection& In...,
    TSet< FName >& InClientVisibleLeve...,
    uint32 InReplicationFrameNum,
    FGatheredReplicationActorLists& In...
)

Please use the constructor that takes a viewer array.

Public function

FConnectionGatherActorListParameters

(
    FNetViewerArray& InViewers,
    UNetReplicationGraphConnection& In...,
    TSet< FName >& InClientVisibleLeve...,
    uint32 InReplicationFrameNum,
    FGatheredReplicationActorLists& In...
)

Functions

Name Description

Public function Const

bool

 

CheckClientVisibilityForLevel

(
    const FName& StreamingLevelName
)

Deprecated Functions

Name Description

Public function

 

FConnectionGatherActorListParameters

(
    FNetViewer& InViewer,
    UNetReplicationGraphConnection& In...,
    TSet< FName >& InClientVisibleLeve...,
    uint32 InReplicationFrameNum,
    FGatheredReplicationActorLists& In...
)

Please use the constructor that takes a viewer array.

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