Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_NameBase
- FRigVMFunction_EndsWith
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="Ends With", TemplateName="EndsWith", Keywords="Right"))
struct FRigVMFunction_EndsWith : public FRigVMFunction_NameBase
Remarks
Tests whether this string ends with given string
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Ending | ||
| FName | Name | ||
| bool | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |