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 (Meta=(DisplayName="Middle", Keywords="Within,Center"))
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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |