Navigation
API > API/Runtime > API/Runtime/IrisCore
| Name | FObjectReplicationBridgePrioritizerConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h" |
Syntax
USTRUCT ()
struct FObjectReplicationBridgePrioritizerConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceEnableOnAllInstances | bool | Whether this prioritizer should be used for all instances of this class and subclasses, regardless of bAlwaysRelevant and bOnlyRelevantToOwner settings on instance. | Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h | |
| ClassName | FName | Instances of this class and its subclasses, specified by its fully qualified path, should use the prioritizer supplied. | Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h | |
| PrioritizerName | FName | The name of the prioritizer to set on the class instances. | Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h |