UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateRenderTransform.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreMinimal.h
"
5
#include "
Math/TransformCalculus2D.h
"
6
#include "
Types/SlateVector2.h
"
7
9
typedef
FTransform2D
FSlateRenderTransform
;
10
11
12
#if UE_ENABLE_SLATE_VECTOR_DEPRECATION_MECHANISMS
13
14
inline
UE::Slate::FDeprecateVector2DResult
TransformVector
(
const
FSlateRenderTransform
&
Transform
,
const
UE::Slate::FDeprecateVector2DParameter
&
Vector
)
15
{
16
return
UE::Slate::FDeprecateVector2DResult
(
TransformVector
(
Transform
,
FVector2f
(
Vector
)));
17
}
18
inline
UE::Slate::FDeprecateVector2DResult
TransformVector
(
const
FSlateRenderTransform
&
Transform
,
const
UE::Slate::FDeprecateVector2DResult
&
Vector
)
19
{
20
return
UE::Slate::FDeprecateVector2DResult
(
TransformVector
(
Transform
,
FVector2f
(
Vector
)));
21
}
22
23
#endif
EConstraintType::Transform
@ Transform
CoreMinimal.h
FVector2f
UE::Math::TVector2< float > FVector2f
Definition
MathFwd.h:74
FSlateRenderTransform
FTransform2D FSlateRenderTransform
Definition
SlateRenderTransform.h:9
SlateVector2.h
TransformCalculus2D.h
TransformVector
VectorType TransformVector(const TransformType &Transform, const VectorType &Vector)
Definition
TransformCalculus.h:367
EVariantTypes::Vector
@ Vector
TTransform2
Definition
TransformCalculus2D.h:682
UE::Slate::FDeprecateVector2DResult
FDeprecateSlateVector2D FDeprecateVector2DResult
Definition
SlateVector2.h:469
UE::Slate::FDeprecateVector2DParameter
Definition
SlateVector2.h:485
Engine
Source
Runtime
SlateCore
Public
Rendering
SlateRenderTransform.h
Generated by
1.9.8