Help writing a c++ function to BP

Hey MieszkoZ,

I forgot to add that I wanted to call this C++ to interact with blueprints. I need to call a pure function and have a string array output node, much like 's LoadStringArrayToFile function which is why I added the blueprints tag.

I didn’t really ask my question properly…its been a long day so I apologize…

I basically want to create a function nearly identical to 's, but something that can parse through whitespace more efficiently.

I spent a lot of time looking through CoreMisc.h to see if there was anything I could use to make the parsing go faster, but I couldn’t seem to find anything that worked.

My main problem is it takes around a day to parse a 2MB text file using the functions in CoreMisc.h.

Using the code I have takes about 60 seconds…

Would you know of a way to utilize CoreMisc.h in a way that would parse the files faster?

Thanks for taking the time to answer…I’ve been driving myself into the ground trying to figure this out. xD

Regards,

Entro