Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpRequestImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void NotifyNotificationObjectOfComplete
(
const bool bWasSuccess |
BackgroundHttpRequestImpl.h | ||
virtual void NotifyNotificationObjectOfComplete
(
EBackgroundHttpRequestCompletionResult Result |
BackgroundHttpRequestImpl.h |
NotifyNotificationObjectOfComplete(const bool)
| Name | NotifyNotificationObjectOfComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include Path | #include "BackgroundHttpRequestImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpRequestImpl.cpp |
virtual void NotifyNotificationObjectOfComplete
(
const bool bWasSuccess
)
NotifyNotificationObjectOfComplete(EBackgroundHttpRequestCompletionResult)
| Name | NotifyNotificationObjectOfComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include Path | #include "BackgroundHttpRequestImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpRequestImpl.cpp |
virtual void NotifyNotificationObjectOfComplete
(
EBackgroundHttpRequestCompletionResult Result
)