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