string split (2) 썸네일형 리스트형 Splitting a string by another string FString::ParseIntoArray 8 Breaks up a delimited string into elements of a string array. TArray Out; SomeString.ParseIntoArray(Out,TEXT(","),true); Out array will be filled with sub-strings, 2nd argument is separator string (in this case “,”) which tells function in what places sperate the string. It’s quite heavy function so don’t use it on long text. If you have only one or few spectator in str.. FString::ParseIntoArray - String 쪼개기(?) 보호되어 있는 글입니다. 이전 1 다음