Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the closest lower full number (integer) of the value
| Name | FRigVMFunction_MathDoubleFloor |
| 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="Floor", TemplateName="Floor", Keywords="Round"))
struct FRigVMFunction_MathDoubleFloor : public FRigVMFunction_MathDoubleBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathDoubleBase → FRigVMFunction_MathDoubleFloor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathDoubleFloor() |
RigVMFunctions/Math/RigVMFunction_MathDouble.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Int | int32 | RigVMFunctions/Math/RigVMFunction_MathDouble.h |
|
|
| Result | double | RigVMFunctions/Math/RigVMFunction_MathDouble.h |
|
|
| Value | double | 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 |