FCanvas::SetBaseTransform

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

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

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