LoadFileToString

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

LoadFileToString

(
    FString& Result,
    FArchive& Reader,
    EHashOptions VerifyFlags
)

Load a text file to an FString.

Public function Static

bool

 

LoadFileToString

(
    FString& Result,
    const TCHAR* Filename,
    EHashOptions VerifyFlags,
    uint32 ReadFlags
)

Load a text file to an FString.

Public function Static

bool

 

LoadFileToString

(
    FString& Result,
    IPlatformFile* PlatformFile,
    const TCHAR* Filename,
    EHashOptions VerifyFlags
)

Load a text file to an FString.

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