FSlateLayoutTransform::Concatenate

This works by transforming the origin through LHS then RHS.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h

Include

#include "Rendering/SlateLayoutTransform.h"

Syntax

FSlateLayoutTransform Concatenate
(
    const FSlateLayoutTransform & RHS
) const

Remarks

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 ]

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