Navigation
API > API/Runtime > API/Runtime/IrisCore
| |
|
| Name |
ENetObjectCountLimiterMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Prioritization/NetObjectCountLimiter.h |
| Include Path |
#include "Iris/ReplicationSystem/Prioritization/NetObjectCountLimiter.h" |
Syntax
enum ENetObjectCountLimiterMode
{
RoundRobin,
Fill,
}
Values
| Name |
Remarks |
| RoundRobin |
Each net update the next N, as configured, objects will be allowed to be replicated if they have modified properties. |
| Fill |
Each net update the N least recently replicated objects with modified properties will be allowed to be replicated. |