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 UTexture2D &42; GetImage
&40;
const FString & ImagePath,
UTexture2D &42; Texture2D,
bool & bOutReusedGivenTexture2D
&41;
Remarks
Loads an image from the disk, tries to automatically figure out the correct image format.
Returns NULL if it fails.
Will re-use the given Texture2D if possible, bOutReusedGivenTexture2D will be true if it was possible.