Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpNotificationObjec-_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| No default constructor. | BackgroundHttpNotificationObject.h | ||
FBackgroundHttpNotificationObject
(
FText InNotificationTitle, |
BackgroundHttpNotificationObject.h | ||
FBackgroundHttpNotificationObject
(
FText InNotificationTitle, |
BackgroundHttpNotificationObject.h |
FBackgroundHttpNotificationObject()
Description
No default constructor.
| Name | FBackgroundHttpNotificationObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpNotificationObject.h |
| Include Path | #include "BackgroundHttpNotificationObject.h" |
FBackgroundHttpNotificationObject()
FBackgroundHttpNotificationObject(FText, FText, FText, const FString &, bool)
| Name | FBackgroundHttpNotificationObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpNotificationObject.h |
| Include Path | #include "BackgroundHttpNotificationObject.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpNotificationObject.cpp |
FBackgroundHttpNotificationObject
(
FText InNotificationTitle,
FText InNotificationBody,
FText InNotificationAction,
const FString & InNotificationActivationString,
bool InNotifyOnlyOnFullSuccess
)
FBackgroundHttpNotificationObject(FText, FText, FText, const FString &, bool, bool, int32, bool)
| Name | FBackgroundHttpNotificationObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpNotificationObject.h |
| Include Path | #include "BackgroundHttpNotificationObject.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpNotificationObject.cpp |
FBackgroundHttpNotificationObject
(
FText InNotificationTitle,
FText InNotificationBody,
FText InNotificationAction,
const FString & InNotificationActivationString,
bool InNotifyOnlyOnFullSuccess,
bool bOnlySendNotificationInBackground,
int32 InIdOverride,
bool bUnused
)