Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
Description
Set a delegate to be triggered when an http request completed. NOTE: The delegate can be triggered from different threads, it depends on the delegate policy set to each http request. So make sure the delegate set here is thread-safe.
| Name | SetRequestCompletedDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path | #include "HttpManager.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp |
void SetRequestCompletedDelegate
(
const FHttpManagerRequestCompletedDelegate & Delegate
)