9#include "Margin.generated.h"
209 template<EOrientation Orientation>
219inline float FMargin::GetTotalSpaceAlong<Orient_Horizontal>( )
const {
return Left +
Right; }
222inline float FMargin::GetTotalSpaceAlong<Orient_Vertical>( )
const {
return Top +
Bottom; }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_REAL_TO_FLOAT(argument)
Definition LargeWorldCoordinates.h:30
UE::Math::TVector2< float > FVector2f
Definition MathFwd.h:74
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define USTRUCT(...)
Definition ObjectMacros.h:746
#define GENERATED_USTRUCT_BODY(...)
Definition ObjectMacros.h:767
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
FDeprecateSlateVector2D FDeprecateVector2DResult
Definition SlateVector2.h:469
FMargin(float Horizontal, float Vertical)
Definition Margin.h:59
FMargin operator*(const FMargin &InScale) const
Definition Margin.h:125
float Right
Definition Margin.h:30
UE::Slate::FDeprecateVector2DResult GetDesiredSize() const
Definition Margin.h:195
FMargin(const FVector2d InVector)
Definition Margin.h:75
float Bottom
Definition Margin.h:34
float Top
Definition Margin.h:26
FVector2f GetDesiredSize2f() const
Definition Margin.h:199
bool operator==(const FMargin &Other) const
Definition Margin.h:158
FMargin operator-(const FMargin &Other) const
Definition Margin.h:147
FMargin operator+(const FMargin &InDelta) const
Definition Margin.h:136
float Left
Definition Margin.h:22
bool operator!=(const FMargin &Other) const
Definition Margin.h:169
FMargin(float UniformMargin)
Definition Margin.h:51
FVector2f GetTopLeft2f() const
Definition Margin.h:185
float GetTotalSpaceAlong() const
Definition Margin.h:210
FMargin(const FVector2f InVector)
Definition Margin.h:67
FMargin(const FVector4f InVector)
Definition Margin.h:91
UE::Slate::FDeprecateVector2DResult GetTopLeft() const
Definition Margin.h:181
FMargin operator*(float Scale) const
Definition Margin.h:114
FMargin(double InLeft, double InTop, double InRight, double InBottom)
Definition Margin.h:83
FMargin(const FVector4d InVector)
Definition Margin.h:99
Definition IsPODType.h:12
@ Value
Definition IsPODType.h:13