FCanvas::SetRenderTargetRect

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

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

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

Parameter

Description

ViewRect

The rect to use