Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_ControlFlowBase
- FRigVMFunction_ControlFlowBranch
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_ControlFlow.h |
| Include | #include "RigVMFunctions/RigVMFunction_ControlFlow.h" |
Syntax
USTRUCT (Meta=(DisplayName="Branch", Keywords="If"))
struct FRigVMFunction_ControlFlowBranch : public FRigVMFunction_ControlFlowBase
Remarks
Executes either the True or False branch based on the condition
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | BlockToRun | ||
| FRigVMExecuteContext | Completed | ||
| bool | Condition | ||
| FRigVMExecuteContext | ExecuteContext | ||
| FRigVMExecuteContext | False | ||
| FRigVMExecuteContext | True |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > & |