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; DataToExistingTexture2D
&40;
int32 Width,
int32 Height,
const void &42; Src,
SIZE_T Count,
UTexture2D &42; Texture2D,
bool & bOutReusedGivenTexture2D
&41;
Remarks
Converts texture data into an texture.
Returns NULL if it fails.
Will re-use the given Texture2D if possible, bOutReusedGivenTexture2D will be true if it was possible.