Navigation
API > API/Editor > API/Editor/SwarmInterface
Implementation of a generic info message, which just includes generic text.
| Name | FTimingMessage |
| Type | class |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
Syntax
class FTimingMessage : public NSwarm::FMessage
Inheritance Hierarchy
- FMessage → FTimingMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimingMessage
(
TProgressionState NewState, |
Constructor, initializes to default and specified values | SwarmInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| State | TProgressionState | State that the distributed job is transitioning to | SwarmInterface.h | |
| ThreadNum | int | The thread this state is referring to | SwarmInterface.h |