Navigation
API > API/Plugins > API/Plugins/RigVM
Converts a string to an integer
| Name | FRigVMFunction_StringToInteger |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_String.h |
| Include Path | #include "RigVMFunctions/RigVMFunction_String.h" |
Syntax
USTRUCT (Meta=(DisplayName="To Integer", Keywords="ToInt,Number"))
struct FRigVMFunction_StringToInteger : public FRigVMFunction_StringBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_StringBase → FRigVMFunction_StringToInteger
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_StringToInteger() |
RigVMFunctions/RigVMFunction_String.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChopLeft | bool | Chops non-digit characters from the left of the string | RigVMFunctions/RigVMFunction_String.h |
|
| ChopRight | bool | Chops non-digit characters from the right of the string | RigVMFunctions/RigVMFunction_String.h |
|
| Result | int32 | RigVMFunctions/RigVMFunction_String.h |
|
|
| Success | bool | RigVMFunctions/RigVMFunction_String.h |
|
|
| Value | FString | RigVMFunctions/RigVMFunction_String.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/RigVMFunction_String.h |