Navigation
API > API/Editor > API/Editor/SwarmInterface > API/Editor/SwarmInterface/FAlertMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAlertMessage
(
const FGuid& InJobGuid, |
Constructor, initializes to default and specified values | SwarmInterface.h | |
FAlertMessage
(
const FGuid& InJobGuid, |
Constructor, initializes to default and specified values | SwarmInterface.h |
FAlertMessage(const FGuid &, TAlertLevel, const FGuid &, int)
Description
Constructor, initializes to default and specified values
| Name | FAlertMessage |
| Type | function |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
FAlertMessage
(
const FGuid & InJobGuid,
TAlertLevel InAlertLevel,
const FGuid & InObjectGuid,
int InTypeId
)
FAlertMessage(const FGuid &, TAlertLevel, const FGuid &, int, const TCHAR *)
Description
Constructor, initializes to default and specified values
| Name | FAlertMessage |
| Type | function |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
FAlertMessage
(
const FGuid & InJobGuid,
TAlertLevel InAlertLevel,
const FGuid & InObjectGuid,
int InTypeId,
const TCHAR * InTextMessage
)