Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectPrioritizer
Description
Prioritize a batch of objects. There may be multiple calls to this function even for the same connection. Stored priorities are expected to use the maximum of the already stored priority and the prioritizer calculated one. That allows multiple prioritizers to be used on the same object.
Derived Overrides
- UFieldOfViewNetObjectPrioritizer::Prioritize
- UNetObjectCountLimiter::Prioritize
- USphereNetObjectPrioritizer::Prioritize
- USphereWithOwnerBoostNetObjectPrioritizer::Prioritize
| Name | Prioritize |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Prioritization/NetObjectPrioritizer.h |
| Include Path | #include "Iris/ReplicationSystem/Prioritization/NetObjectPrioritizer.h" |
virtual void Prioritize
(
FNetObjectPrioritizationParams &
)