Navigation
API > API/Plugins > API/Plugins/RigVM
Tests whether this name ends with a numeric suffix
| Name | FRigVMFunction_GetNameNumericSuffix |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_Name.h |
| Include Path | #include "RigVMFunctions/RigVMFunction_Name.h" |
Syntax
USTRUCT (Meta=(DisplayName="Get Numeric Suffix", Keywords="Suffix,Number,Integer"))
struct FRigVMFunction_GetNameNumericSuffix : public FRigVMFunction_NameBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_NameBase → FRigVMFunction_GetNameNumericSuffix
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_GetNameNumericSuffix() |
RigVMFunctions/RigVMFunction_Name.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | RigVMFunctions/RigVMFunction_Name.h |
|
|
| Success | bool | RigVMFunctions/RigVMFunction_Name.h | ||
| Suffix | int32 | RigVMFunctions/RigVMFunction_Name.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/RigVMFunction_Name.h |