Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraphNode_ActorListF- > API/Plugins/ReplicationGraph/UReplicationGraphNode_ActorListF-/FSettings
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxActors | ||
| int32 | NumBuckets |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBucketThresholds
(
int32 InMaxActors, |