Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateLayoutTransform
Description
This works by transforming the origin through LHS then RHS. In matrix form, looks like this: [ Sa 0 0 ] [ Sb 0 0 ] [ 0 Sa 0 ] * [ 0 Sb 0 ] [ Tax Tay 1 ] [ Tbx Tby 1 ]
| Name | Concatenate |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h |
| Include Path | #include "Rendering/SlateLayoutTransform.h" |
FSlateLayoutTransform Concatenate
(
const FSlateLayoutTransform & RHS
) const