FPaintGeometry::AppendTransform

Special case method to append a layout transform to a paint geometry.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h

Include

#include "Layout/PaintGeometry.h"

Syntax

void AppendTransform
(
    const FSlateLayoutTransform & LayoutTransform
)

Remarks

Special case method to append a layout transform to a paint geometry. This is used in cases where the FGeometry was arranged in desktop space and we need to undo the root desktop translation to get into window space. If you find yourself wanting to use this function, ask someone if there's a better way.

Parameters

Parameter

Description

LayoutTransform

An additional layout transform to append to this paint geometry.

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