Navigation
API > API/Plugins > API/Plugins/ControlFlows
| Name | FControlFlowNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowNode.h |
| Include Path | #include "ControlFlowNode.h" |
Syntax
class FControlFlowNode : public TSharedFromThis< FControlFlowNode >
Inheritance Hierarchy
- TSharedFromThis< FControlFlowNode > → FControlFlowNode
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ControlFlowNode.h | |||
FControlFlowNode
(
TSharedRef< FControlFlow > ControlFlowParent, |
ControlFlowNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FControlFlowNode() |
ControlFlowNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CancelFlow() |
ControlFlowNode.h | ||
void ContinueFlow() |
ControlFlowNode.h | ||
virtual FString GetNodeName() |
ControlFlowNode.h | ||
const TWeakPtr< FControlFlow > & GetParent() |
ControlFlowNode.h | ||
TSharedPtr< FTrackedActivity > GetTrackedActivity() |
ControlFlowNode.h | ||
bool HasCancelBeenRequested() |
ControlFlowNode.h | ||
void SetProfilerEventStarted() |
ControlFlowNode.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
ControlFlowNode.h | ||
void LogExecution() |
ControlFlowNode.h |