This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.Description Returns the middle section of a string Information Plugin RigVM Category Core|String Tags Within,Center Type FRigVMFunction_StringMiddle Inputs Name Description Permitted Types Default Value Value The input string to retrieve a section of FString Start the index of the first character int32 0 Count if count is set to -1 all character from Start will be returned int32 -1 Outputs Name Description Permitted Types Default Value Result The resulting section of the input string given start and count FString