Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the modulo of the two values
| Name | FRigVMFunction_MathDoubleMod |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathDouble.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathDouble.h" |
Syntax
USTRUCT (Meta=(DisplayName="Modulo", TemplateName="Modulo", Keywords="%,fmod"))
struct FRigVMFunction_MathDoubleMod : public FRigVMFunction_MathDoubleBinaryOp
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathDoubleBase → FRigVMFunction_MathDoubleBinaryOp → FRigVMFunction_MathDoubleMod
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathDoubleMod() |
RigVMFunctions/Math/RigVMFunction_MathDouble.h |
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathDouble.h |