Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FPaintGeometry
Description
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.
| Name | AppendTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h |
| Include Path | #include "Layout/PaintGeometry.h" |
void AppendTransform
(
const FSlateLayoutTransform & LayoutTransform
)
Parameters
| Name | Remarks |
|---|---|
| LayoutTransform | An additional layout transform to append to this paint geometry. |