Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Explains why a change to an object in the stream was invalid.
| Name | EMultiUserPutObjectErrorCode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include Path | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
enum EMultiUserPutObjectErrorCode
{
UnresolvedStream,
MissingData,
Count,
}
Values
| Name | Remarks |
|---|---|
| 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). |
| Count | Not an actual parameter. Make sure it's always last. |