FCanvas::PushRelativeTransform

Pushes a transform onto the canvas's transform stack, multiplying it with the current top of the stack.

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 PushRelativeTransform
(
    const FMatrix & Transform
)

Remarks

Pushes a transform onto the canvas's transform stack, multiplying it with the current top of the stack.

Parameters

Parameter

Description

Transform

The transform to push onto the stack.