Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Multi User Object Replication Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Multi User Object Replication Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Mode | Determines whether to send a replication event every tick (Realtime) or at the specified rate (SpecifiedRate). |
| byte | Replication Rate | If Mode == SpecifiedRate, then replicate this many times per second. |