UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateRoundedBoxBrush.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
8
10 : public FSlateBrush
11{
12
18 template<typename FillColorType>
32
33 template<typename FillColorType>
35 : FSlateRoundedBoxBrush(InColor, UE::Slate::FDeprecateVector2DParameter(InImageSize))
36 {
37 }
38
39#if UE_ENABLE_SLATE_VECTOR_DEPRECATION_MECHANISMS
40 template<typename FillColorType>
42 : FSlateRoundedBoxBrush(InColor, UE::Slate::FDeprecateVector2DParameter(UE::Slate::CastToVector2f(InImageSize)))
43 {
44 }
45#endif
46 template<typename FillColorType>
48 : FSlateRoundedBoxBrush(InColor, UE::Slate::FDeprecateVector2DParameter(InImageSize))
49 {
50 }
51
52 template<typename FillColorType>
66
67
74 template<typename FillColorType, typename RadiusType>
89
90
91 template<typename FillColorType, typename RadiusType>
106
107
115 template<typename FillColorType, typename OutlineColorType>
130
138 template<typename FillColorType, typename OutlineColorType>
153
154
155
164 template<typename FillColorType, typename OutlineColorType, typename RadiusType>
179
188 template<typename FillColorType, typename OutlineColorType, typename RadiusType>
203
204};
#define FORCENOINLINE
Definition AndroidPlatform.h:142
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 Margin.h:17
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