EntropyEngine::Networking::NetworkSession::AssetUploadCompleteResponseData
EntropyEngine::Networking::NetworkSession::AssetUploadCompleteResponseData
Section titled “EntropyEngine::Networking::NetworkSession::AssetUploadCompleteResponseData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | uri |
| std::array< uint8_t, 16 > | uploadId |
| bool | success |
| std::string | errorMessage |
| uint64_t | bytesStored |
| std::array< uint8_t, 32 > | assetId |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable uri
Section titled “variable uri”std::string uri;variable uploadId
Section titled “variable uploadId”std::array< uint8_t, 16 > uploadId {};variable success
Section titled “variable success”bool success = false;variable errorMessage
Section titled “variable errorMessage”std::string errorMessage;variable bytesStored
Section titled “variable bytesStored”uint64_t bytesStored = 0;variable assetId
Section titled “variable assetId”std::array< uint8_t, 32 > assetId {};Updated on 2026-01-26 at 17:14:35 -0500