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