Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the rounded value of the given double number
| Name | FRigVMFunction_MathDoubleRound |
| 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="Round", TemplateName="Round"))
struct FRigVMFunction_MathDoubleRound : public FRigVMFunction_MathDoubleBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathDoubleBase → FRigVMFunction_MathDoubleRound
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathDoubleRound() |
RigVMFunctions/Math/RigVMFunction_MathDouble.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Int | int32 | The result as an integer. | RigVMFunctions/Math/RigVMFunction_MathDouble.h |
|
| Result | double | The rounded value of the given double number. | RigVMFunctions/Math/RigVMFunction_MathDouble.h |
|
| Value | double | The input value to round. | RigVMFunctions/Math/RigVMFunction_MathDouble.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathDouble.h |