Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/Utils > API/Plugins/RenderGrid/Utils/FRenderGridUtils
References
| Module | RenderGrid |
| Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridUtils.h |
| Include | #include "Utils/RenderGridUtils.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/Utils/RenderGridUtils.cpp |
static TArray< uint8 > GetFileData
&40;
const FString & File
&41;
Remarks
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.