Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
| Name | EStormSyncResponseResult |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
enum EStormSyncResponseResult
{
Error,
Success,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| Error | Indicates an Error happened |
| Success | Indicates successful completion |
| Unknown | Should not happen |