Navigation
BlueprintAPI > BlueprintAPI/Multi_user
Gets the objects the online or offline client has registered with the server.
Just because an object is returned here, it does not mean that the object is being replicated:
- If ClientId is an offline client, then the object is not being replicated by that client.
- If ClientId is an online client, then the object(s) may only be registered with the server.
To find out which objects are actually being replicated, use GetReplicatedObjects(), which will always contain GetRegisteredObjects().
Target is Multi User Replication Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| struct | Client Id | The client of which to get the registered objects. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The objects the client has |