Navigation
API > API/Plugins > API/Plugins/ControlFlows
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FConditionalLoop
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowConditionalLoop.h |
| Include | #include "ControlFlowConditionalLoop.h" |
Syntax
class FConditionalLoop : public TSharedFromThis< FConditionalLoop >
Remarks
In contrast to, for example, iterator loops.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FControlFlow & | |||
| FControlFlow & | |||
| FControlFlow & | RunLoopFirst () |
||
| FControlFlow & | SetCheckConditionFirst
(
bool bInValue |