Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathVectorBase
- FRigVMFunction_MathVectorSelectBool
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathVector.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathVector.h" |
Syntax
USTRUCT (Meta=(DisplayName="Select", Keywords="Pick,If", Deprecated="4.26.0"))
struct FRigVMFunction_MathVectorSelectBool : public FRigVMFunction_MathVectorBase
Remarks
Return one of the two values based on the condition
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Condition | ||
| FVector | IfFalse | ||
| FVector | IfTrue | ||
| FVector | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
|||
RIGVM_METHOD () |