Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_StringBase
- FRigVMFunction_StringLength
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;"Length"&41;&41;
struct FRigVMFunction_StringLength : public FRigVMFunction_StringBase
Remarks
Returns the length of a string
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Length | ||
| FString | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |