FBucketThresholds

Threshold for dynamically balancing buckets bsaed on number of actors in this node. E.g, more buckets when there are more actors.

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraph.h"

Syntax

struct FBucketThresholds

Remarks

Threshold for dynamically balancing buckets bsaed on number of actors in this node. E.g, more buckets when there are more actors.

Variables

Name Description

Public variable

int32

 

MaxActors

Public variable

int32

 

NumBuckets

Constructors

Name Description

Public function

FBucketThresholds

(
    int32 InMaxActors,
    int32 InNumBuckets
)

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