Navigation
Unreal Engine C++ API Reference > Plugins > ElectraHTTPStream > IElectraHTTPStreamRequest
References
Module | ElectraHTTPStream |
Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
Include | #include "ElectraHTTPStream.h" |
bool HasFailed()
Remarks
Returns whether the request has failed. Please note that HTTP responses in the 4xx and 5xx range are not failures since a communication was established and a response was received. Such errors must be detected and handled by your application examining the response status!