Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/USphereWithOwnerBoostNetObjectPr-
| |
|
| Name |
FOwnerBoostBatchParams |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Prioritization/SphereWithOwnerBoostNetObjectPrioritizer.h |
| Include Path |
#include "Iris/ReplicationSystem/Prioritization/SphereWithOwnerBoostNetObjectPrioritizer.h" |
Syntax
struct FOwnerBoostBatchParams : public Super::FBatchParams
Inheritance Hierarchy
- Super::FBatchParams → USphereWithOwnerBoostNetObjectPrioritizer::FOwnerBoostBatchParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OwnedObjectCount |
uint32 |
The number of owned objects in this batch. |
Iris/ReplicationSystem/Prioritization/SphereWithOwnerBoostNetObjectPrioritizer.h |
|
| OwnedObjectsLocalIndices |
uint32 * |
Batch indices for objects owned by the connection being prioritized for. |
Iris/ReplicationSystem/Prioritization/SphereWithOwnerBoostNetObjectPrioritizer.h |
|
| OwnerPriorityBoost |
float |
How much to add to the priority for owned objects. |
Iris/ReplicationSystem/Prioritization/SphereWithOwnerBoostNetObjectPrioritizer.h |
|