Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathIntBase
- FRigVMFunction_MathIntToName
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 Name", TemplateName="Int to Name"))
struct FRigVMFunction_MathIntToName : public FRigVMFunction_MathIntBase
Remarks
Converts an integer to a name
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. | |
| FName | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this function |