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