LoadFileToStringArrayWithPredicate

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

LoadFileToStringArrayWithPredicate

(
    TArray< FString >& Result,
    const TCHAR* Filename,
    TFunctionRef< bool&)...
)

Load a text file to an array of strings, filtered by a user-defined predicate.

Public function Static

bool

 

LoadFileToStringArrayWithPredicate

(
    TArray< FString >& Result,
    const TCHAR* Filename,
    TFunctionRef< bool&)...,
    EHashOptions VerifyFlags
)

LoadFileToStringArrayWithPredicate no longer supports VerifyFlags. You can use UE::String::ParseLines to split up a string loaded with LoadFileToString

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss