Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_NameBase
- FRigVMFunction_StartsWith
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_Name.h |
| Include | #include "RigVMFunctions/RigVMFunction_Name.h" |
Syntax
USTRUCT (Meta=(DisplayName="Starts With", TemplateName="StartsWith", Keywords="Left"))
struct FRigVMFunction_StartsWith : public FRigVMFunction_NameBase
Remarks
Tests whether this string starts with given string
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| bool | Result | ||
| FName | Start |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |