Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
Gets the prioritizer with a given name. Can be useful for special initialization for a custom prioritizer.
| Name | GetPrioritizer |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
UNetObjectPrioritizer * GetPrioritizer
(
const FName PrioritizerName
) const
A pointer to the filter if it exists, nullptr if not.
Parameters
| Name | Remarks |
|---|---|
| PrioritizerName | The name of the prioritizer. Names of valid filters are configured in UNetObjectPrioritizerDefinitions. |
See Also
- UNetObjectPrioritizerDefinitions