Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the sum of the two values
| Name | FRigVMFunction_MathColorAdd |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathColor.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathColor.h" |
Syntax
USTRUCT (Meta=(DisplayName="Add", TemplateName="Add", Keywords="Sum,+"))
struct FRigVMFunction_MathColorAdd : public FRigVMFunction_MathColorBinaryAggregateOp
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathColorBase → FRigVMFunction_MathColorBinaryAggregateOp → FRigVMFunction_MathColorAdd
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathColor.h |