Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/Replication > API/Plugins/MultiUserClientLibrary/Replication/Async
References
| Module | MultiUserClientLibrary |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
enum EMultiUserPutObjectErrorCode
{
UnresolvedStream,
MissingData,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| UnresolvedStream | Stream that the object referenced was not registered on the server. |
| MissingData | Either PutObject contained no data to update with (ensure either ClassPath or Properties is set), or it tried to create a new object with insufficient data (make sure ClassPath and Properties are both specified). |
| UMETA | Not an actual parameter. Make sure it's always last. |
Remarks
Explains why a change to an object in the stream was invalid.