FSlateLayoutTransform::FSlateLayoutTransform

Ctor from a 2D translation followed by a scale.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Rendering/SlateLayoutTransform.h"

Syntax

FSlateLayoutTransform
(
    const FVector2D & InTranslation
)

Remarks

Ctor from a 2D translation followed by a scale. Shortcut to Concatenate(InTranslation, InScale). While this is the opposite order we internally store them, we can represent this correctly.

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