How to set the storage length of FString?

currently,FString cannot store strings that are too long.

What are you trying to store that is breaking the 2.147.483.647 character limit? Perhaps you are only storing to the first line break? Check where you data cuts off abruptly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.