Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FFileHelper
| Type | Name | Description | |
|---|---|---|---|
| bool | LoadFileToStringArray
(
TArray< FString >& Result, |
Load a text file to an array of strings. | |
| bool | LoadFileToStringArray
(
TArray< FString >& Result, |
LoadFileToStringArray no longer supports VerifyFlags. You can use UE::String::ParseLines to split up a string loaded with LoadFileToString |