Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FCanvas
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
Include | #include "CanvasTypes.h" |
Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void SetRenderTargetRect
(
const FIntRect & ViewRect
)
Remarks
Sets a rect that should be used to offset rendering into the viewport render target If not set the canvas will render to the full target
Parameters
Name | Description |
---|---|
ViewRect | The rect to use |