Navigation
API > API/Plugins > API/Plugins/ControlFlows
Empty Task.
| Name | FControlFlowSubTaskBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowTask.h |
| Include Path | #include "ControlFlowTask.h" |
Syntax
class FControlFlowSubTaskBase : public TSharedFromThis< FControlFlowSubTaskBase >
Inheritance Hierarchy
- TSharedFromThis< FControlFlowSubTaskBase > → FControlFlowSubTaskBase
Derived Classes
FControlFlowSubTaskBase derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ControlFlowTask.h | |||
FControlFlowSubTaskBase
(
const FString& TaskName |
ControlFlowTask.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FControlFlowSubTaskBase() |
ControlFlowTask.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugName | FString | ControlFlowTask.h | ||
| TaskCancelledCallback | FSimpleDelegate | ControlFlowTask.h | ||
| TaskCompleteCallback | FSimpleDelegate | ControlFlowTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TWeakPtr< FControlFlow > GetOwningFlowForTaskNode() |
ControlFlowTask.h | ||
const FString & GetTaskName() |
ControlFlowTask.h | ||
void SetOwningNode
(
TSharedRef< FControlFlowNode_Task > InNode |
ControlFlowTask.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Cancel() |
ControlFlowTask.h | ||
virtual void Execute() |
ControlFlowTask.h | ||
FSimpleDelegate & OnCancelled() |
ControlFlowTask.h | ||
FSimpleDelegate & OnComplete() |
ControlFlowTask.h |