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, |