Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UFieldOfViewNetObjectPrioritizer
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.
Virtual Inheritance
- UNetObjectPrioritizer::Prioritize → UFieldOfViewNetObjectPrioritizer::Prioritize
| Name | Prioritize |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Prioritization/FieldOfViewNetObjectPrioritizer.h |
| Include Path | #include "Iris/ReplicationSystem/Prioritization/FieldOfViewNetObjectPrioritizer.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/Prioritization/FieldOfViewNetObjectPrioritizer.cpp |
virtual void Prioritize
(
FNetObjectPrioritizationParams &
)