Navigation
API > API/Plugins > API/Plugins/RigVM
The base class for all binary float math operations
| Name | FRigVMFunction_MathFloatBinaryOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT (Meta=(Abstract))
struct FRigVMFunction_MathFloatBinaryOp : public FRigVMFunction_MathFloatBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathFloatBase → FRigVMFunction_MathFloatBinaryOp
Derived Classes
- FRigVMFunction_MathFloatAtan2
- FRigVMFunction_MathFloatDiv
- FRigVMFunction_MathFloatMod
- FRigVMFunction_MathFloatPow
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathFloatBinaryOp() |
RigVMFunctions/Math/RigVMFunction_MathFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | float | The first value for the operation. | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
| B | float | The second value for the operation. | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
| Result | float | The resulting value. | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|