Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFileHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool LoadFileToStringArray
(
TArray< FString >& Result, |
Load a text file to an array of strings. | Misc/FileHelper.h | |
static bool LoadFileToStringArray
(
TArray< FString >& Result, |
Misc/FileHelper.h |
LoadFileToStringArray(TArray< FString > &, const TCHAR *)
Description
Load a text file to an array of strings. Supports all combination of ANSI/Unicode files and platforms.
| Name | LoadFileToStringArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
| Include Path | #include "Misc/FileHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/FileHelper.cpp |
static bool LoadFileToStringArray
(
TArray < FString > & Result,
const TCHAR * Filename
)
Parameters
| Name | Remarks |
|---|---|
| Result | String representation of the loaded file |
| Filename | Name of the file to load |
LoadFileToStringArray(TArray< FString > &, const TCHAR *, EHashOptions)
| Name | LoadFileToStringArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
| Include Path | #include "Misc/FileHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/FileHelper.cpp |
static bool LoadFileToStringArray
(
TArray < FString > & Result,
const TCHAR * Filename,
EHashOptions VerifyFlags
)