Find (FRigVMFunction_StringFind)
Finds a string within another string
| Name |
Description |
Permitted Types |
Default Value |
| Value |
The input string to search within |
FString |
|
| Search |
The string to search for |
FString |
|
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Found |
True if the search string was found in the input string |
bool |
|
| Index |
The index of the search string within the input string (or INDEX_NONE) |
int32 |
|
Find (FRigVMDispatch_ArrayFind)
Searchs a potential element in an array and returns its index.
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Index |
The index of the found element (or -1). |
int32 |
|
| Success |
True if the element has been found. |
bool |
|