FCanvas::SetBaseTransform

Replace the base (ie. TransformStack(0)) transform for the canvas with the given matrix

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

Remarks

Replace the base (ie. TransformStack(0)) transform for the canvas with the given matrix

Parameters

Parameter

Description

Transform

The transform to use for the base