Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Multi User Change Client Stream Response' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Multi User Change Client Stream Response |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Error Code | The error code of changing streams. |
| struct | Authority Conflicts | Dynamic authority errors.The change was rejected because1. this client is replicating the object already,2. another client is also replicating the object,3. this change would cause overlapping properties with the other client. |
| struct | Semantic Errors | Errors made in the format of the request |
| struct | Frequency Errors | Errors made in the way frequency was changed. |
| boolean | Failed Stream Creation | The client attempted to register the Multi-User stream but failed in doing so.This usually indicates an internal error that you cannot do anything about as API user. |