Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/ParseIntoArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
int32 ParseIntoArray
&40;
TArray< FString > & OutArray,
const TCHAR &42; pchDelim,
bool InCullEmpty
&41; const
Remarks
Breaks up a delimited string into elements of a string array. The number of elements in InArray
Parameters
| Name | Description |
|---|---|
| InArray | The array to fill with the string pieces |
| pchDelim | The string to delimit on |
| InCullEmpty | If 1, empty strings are not added to the array |