FActorRepListStatCollector

This struct will passed to all nodes in the repgraph and collect information on every ActorRepList

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraphTypes.h"

Syntax

struct FActorRepListStatCollector

Remarks

This struct will passed to all nodes in the repgraph and collect information on every ActorRepList

Constructors

Name Description

Public function

FActorRepListStatCollector()

Functions

Name Description

Public function

void

 

FlagNodeVisited

(
    const UReplicationGraphNode* N...
)

Prevents the node from being visited twice in case it's shared multiple times

Public function

void

 

PrintCollectedData

(
    FOutputDevice& Ar
)

Print the statistics previously collected

Public function

void

 

VisitExplicitStreamingLevelList

(
    FName ListOwnerName,
    FName StreamLevelName,
    const FActorRepListRefView& RepLis...
)

Collect stats for FActorRepLists not held by a node

Public function

void

 

VisitRepList

(
    const UReplicationGraphNode* N...,
    const FActorRepListRefView& RepLis...
)

Collect stats on a single FActorRepList

Public function

void

 

VisitStreamingLevelCollection

(
    const UReplicationGraphNode* N...,
    const FStreamingLevelActorListColle...
)

Collect stats on a collection of FActorRepLists

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