Navigation
API > API/Plugins > API/Plugins/RigVM
The base class for all aggregational vector math operations
| Name | FRigVMFunction_MathVectorBinaryAggregateOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathVector.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathVector.h" |
Syntax
USTRUCT (Meta=(Abstract))
struct FRigVMFunction_MathVectorBinaryAggregateOp : public FRigVMFunction_MathVectorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathVectorBase → FRigVMFunction_MathVectorBinaryAggregateOp
Derived Classes
FRigVMFunction_MathVectorBinaryAggregateOp derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathVectorBinaryAggregateOp() |
RigVMFunctions/Math/RigVMFunction_MathVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | FVector | The first value for the operation. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
| B | FVector | The second value for the operation. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
| Result | FVector | The resulting value. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|