unreal.MultiUserPutObjectErrorCode¶
- class unreal.MultiUserPutObjectErrorCode¶
Bases:
EnumBaseExplains why a change to an object in the stream was invalid.
C++ Source:
Plugin: MultiUserClient
Module: MultiUserClientLibrary
File: ChangeClientBlueprintParams.h
- MISSING_DATA: MultiUserPutObjectErrorCode = Ellipsis¶
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).
- Type:
1
- UNRESOLVED_STREAM: MultiUserPutObjectErrorCode = Ellipsis¶
Stream that the object referenced was not registered on the server.
- Type:
0