18 template<
typename FillColorType>
33 template<
typename FillColorType>
39#if UE_ENABLE_SLATE_VECTOR_DEPRECATION_MECHANISMS
40 template<
typename FillColorType>
46 template<
typename FillColorType>
52 template<
typename FillColorType>
74 template<
typename FillColorType,
typename RadiusType>
91 template<
typename FillColorType,
typename RadiusType>
115 template<
typename FillColorType,
typename OutlineColorType>
138 template<
typename FillColorType,
typename OutlineColorType>
164 template<
typename FillColorType,
typename OutlineColorType,
typename RadiusType>
188 template<
typename FillColorType,
typename OutlineColorType,
typename RadiusType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition SlateBrush.h:19
Definition SlateBrush.h:91
Definition SlateBrush.h:45
Type
Definition SlateBrush.h:47
@ NoTile
Definition SlateBrush.h:49
Definition SScissorRectBox.cpp:10
FDeprecateSlateVector2D FDeprecateVector2DResult
Definition SlateVector2.h:469
Definition AdvancedWidgetsModule.cpp:13
@ false
Definition radaudio_common.h:23
Definition SlateBrush.h:131
Definition SlateBrush.h:239
FSlateBrushOutlineSettings OutlineSettings
Definition SlateBrush.h:479
Definition SlateRoundedBoxBrush.h:11
FORCENOINLINE FSlateRoundedBoxBrush(const FName InFillResourceName, const FillColorType &FillColorTint, RadiusType InRadius, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile)
Definition SlateRoundedBoxBrush.h:189
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, const FVector2f &InImageSize)
Definition SlateRoundedBoxBrush.h:47
FORCENOINLINE FSlateRoundedBoxBrush(const FName InFillResourceName, const FillColorType &FillColorTint, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile)
Definition SlateRoundedBoxBrush.h:139
FORCENOINLINE FSlateRoundedBoxBrush(const FName InFillResourceName, const FillColorType &FillColorTint, RadiusType InRadius, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile)
Definition SlateRoundedBoxBrush.h:92
FORCENOINLINE FSlateRoundedBoxBrush(const FName InFillResourceName, const FillColorType &FillColorTint, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile)
Definition SlateRoundedBoxBrush.h:53
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, RadiusType InRadius, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector)
Definition SlateRoundedBoxBrush.h:75
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, RadiusType InRadius, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector)
Definition SlateRoundedBoxBrush.h:165
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector)
Definition SlateRoundedBoxBrush.h:19
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector)
Definition SlateRoundedBoxBrush.h:116
FORCENOINLINE FSlateRoundedBoxBrush(const FillColorType &InColor, const UE::Slate::FDeprecateVector2DResult &InImageSize)
Definition SlateRoundedBoxBrush.h:34
static CORE_API const TVector2< float > ZeroVector
Definition Vector2D.h:63
Definition SlateVector2.h:485