Navigation
API > API/Plugins > API/Plugins/ControlFlows
| Name | FControlFlowBranch |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowBranch.h |
| Include Path | #include "ControlFlowBranch.h" |
Syntax
class FControlFlowBranch : public TSharedFromThis< FControlFlowBranch >
Inheritance Hierarchy
- TSharedFromThis< FControlFlowBranch > → FControlFlowBranch
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Branches | TMap< int32, TSharedRef< FControlFlow > > | ControlFlowBranch.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlFlow & AddOrGetBranch
(
const int32& InKey, |
ControlFlowBranch.h | ||
bool Contains
(
const int32& Key |
ControlFlowBranch.h | ||
TSharedRef< FControlFlow > & FindChecked
(
const int32& Key |
ControlFlowBranch.h | ||
bool IsAnyBranchRunning() |
ControlFlowBranch.h |