Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
Gets the handle for a prioritizer with a given name. The handle can be used in subsequent calls to SetPrioritizer.
| Name | GetPrioritizerHandle |
| 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 |
UE::Net::FNetObjectPrioritizerHandle GetPrioritizerHandle
(
const FName PrioritizerName
) const
A valid handle if a prioritizer with the given name has been successfully created in this system or InvalidNetObjectPrioritizerHandle if not.
Parameters
| Name | Remarks |
|---|---|
| PrioritizerName | The name of the prioritizer. Names of valid prioritizers are configured in UNetObjectPrioritizerDefinitions. |
See Also
-
SetPrioritizer
-
UNetObjectPrioritizerDefinitions