Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_MathFloatBinaryAggregateOp |
| 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_MathFloatBinaryAggregateOp : public FRigVMFunction_MathFloatBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathFloatBase → FRigVMFunction_MathFloatBinaryAggregateOp
Derived Classes
- FRigVMFunction_MathFloatAdd
- FRigVMFunction_MathFloatMax
- FRigVMFunction_MathFloatMin
- FRigVMFunction_MathFloatMul
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathFloatBinaryAggregateOp() |
RigVMFunctions/Math/RigVMFunction_MathFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
|
| B | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
|
| Result | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|