Navigation
Unreal Engine C++ API Reference > Plugins > ElectraHTTPStream > FElectraHTTPStreamBuffer
Syntax
std::atomic_int64_t LengthFromResponseHeader
Remarks
Total length as specified by Content-Length or Content-Range header. Could be -1 if either is absent when chunked transfer encoding is in effect. It is PERMITTED for this value to be LESS than the actual data since it is the size of the compressed data, not the uncompressed! This will also not be set for HEAD requests since no data will be downloaded.