FSlateLayoutTransform::FSlateLayoutTransform

Ctor from a scale followed by translate.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Rendering/SlateLayoutTransform.h"

Syntax

FSlateLayoutTransform
(
    float InScale,
    const FVector2D & InTranslation
)

Remarks

Ctor from a scale followed by translate. Shortcut to Concatenate(InScale, InTranslation).

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