Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FFileHelper
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
| Include | #include "Misc/FileHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/FileHelper.cpp |
static void BufferToString
&40;
FString & Result,
const uint8 &42; Buffer,
int32 Size
&41;
Remarks
Load a text file to an FString. Supports all combination of ANSI/Unicode files and platforms.
Converts an arbitrary text buffer to an FString. Supports all combination of ANSI/Unicode files and platforms.