Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_StringBase
- FRigVMFunction_StringMiddle
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_String.h |
| Include | #include "RigVMFunctions/RigVMFunction_String.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Middle", Keywords&61;"Within,Center"&41;&41;
struct FRigVMFunction_StringMiddle : public FRigVMFunction_StringBase
Remarks
Returns the middle section of a string
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Count | If count is set to -1 all character from Start will be returned | |
| FString | Result | ||
| int32 | Start | The index of the first character | |
| FString | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |