FGeometry::AppendTransform

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

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Geometry.h"

Syntax

void AppendTransform
(
    const FSlateLayoutTransform & LayoutTransform
)

Remarks

Special case method to append a layout transform to a geometry. This is used in cases where the FGeometry was arranged in window space and we need to add the root desktop translation. 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 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