Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathIntBase
- FRigVMFunction_MathIntToString
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathInt.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathInt.h" |
Syntax
USTRUCT (Meta=(DisplayName="Int to String", TemplateName="Int to Name"))
struct FRigVMFunction_MathIntToString : public FRigVMFunction_MathIntBase
Remarks
Converts an integer to a string
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Number | ||
| int32 | PaddedSize | For positive numbers you can pad the result to a required with so rather than '13' return '00013' for a padded size of 5. | |
| FString | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this function |