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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss