Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/FRenderGridUtils
Description
Returns the data of the file, returns an empty byte array if the file doesn't exist.
Note: Can only open files of 2GB and smaller, will return an empty byte array if it is bigger than 2GB.
| Name | GetFileData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridUtils.h |
| Include Path | #include "Utils/RenderGridUtils.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/Utils/RenderGridUtils.cpp |
static TArray < uint8 > GetFileData
(
const FString & File
)