Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UCanvasRenderTarget2D
Syntax
bool bShouldClearRenderTargetOnReceiveUpdate
Remarks
If true, clear the render target to green whenever OnReceiveUpdate() is called. (Defaults to true.) If false, the render target will retain whatever values it had, allowing the user to update only areas that have changed.