Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the difference of the two values
| Name | FRigVMFunction_MathColorSub |
| 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="Subtract", TemplateName="Subtract", Keywords="-"))
struct FRigVMFunction_MathColorSub : public FRigVMFunction_MathColorBinaryOp
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathColorBase → FRigVMFunction_MathColorBinaryOp → FRigVMFunction_MathColorSub
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathColor.h |