className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FInlineEditableTextBlockStyle::FInlineEditableTextBlockStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FInlineEditableTextBlockStyle()
|
[] |
|
FInlineEditableTextBlockStyle::~FInlineEditableTextBlockStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FInlineEditableTextBlockStyle()
|
[] |
|
FInlineTextImageStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FInlineTextImageStyle](API\Runtime\SlateCore\Styling\FInlineTextImageStyle) & GetDefault()
|
[] |
|
FInlineEditableTextBlockStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSInlineEditableTextBlock
|
SlateCore
|
struct FInlineEditableTextBlockStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FEditableTextBo...",
"name": "EditableTextBoxStyle",
"description": "The style of the editable text box, which dictates the font, color, and shadow options."
},
{
"type": "FTextBlockStyle",
"name": "TextStyle",
"description": "The style of the text block, which dictates the font, color, and shadow options."
}
] |
FInlineTextImageStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FInlineTextImageStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FInlineTextImageStyle::SetBaseline
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FInlineTextImageStyle](API\Runtime\SlateCore\Styling\FInlineTextImageStyle) & SetBaseline ( int16 InBaseline )
|
[] |
|
FInlineTextImageStyle::SetImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FInlineTextImageStyle](API\Runtime\SlateCore\Styling\FInlineTextImageStyle) & SetImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InImage )
|
[] |
|
FInlineTextImageStyle::FInlineTextImageStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FInlineTextImageStyle()
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FInlineTextImageStyle::~FInlineTextImageStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FInlineTextImageStyle()
|
[] |
|
FInlineTextImageStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of an inline image used by rich text
|
SlateCore
|
struct FInlineTextImageStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "int16",
"name": "Baseline",
"description": "The offset from the bottom of the image height to the baseline."
},
{
"type": "FSlateBrush",
"name": "Image",
"description": "Image to use when the slider thumb is in its normal state"
}
] |
FInvalidatableBrushAttribute::Get
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Get() const
|
[] |
|
FInvalidatableBrushAttribute::GetImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > GetImage() const
|
[] |
|
FInvalidatableBrushAttribute::IsBound
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
bool IsBound() const
|
[] |
|
FInvalidatableBrushAttribute::SetImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
void SetImage ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & ThisWidget, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & InImage )
|
[] |
|
FInvalidatableBrushAttribute::FInvalidatableBrushAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FInvalidatableBrushAttribute()
|
[] |
|
FInvalidatableBrushAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
class FInvalidatableBrushAttribute
|
[] |
|
FInvalidatableBrushAttribute::FInvalidatableBrushAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FInvalidatableBrushAttribute ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & InImage )
|
[] |
|
FProgressBarStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FProgressBarStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) & GetDefault()
|
[] |
|
FProgressBarStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FProgressBarStyle::SetBackgroundImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) & SetBackgroundImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundImage )
|
[] |
|
FProgressBarStyle::SetEnableFillAnimation
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) & SetEnableFillAnimation ( bool InEnableFillAnimation )
|
[] |
|
FProgressBarStyle::SetFillImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) & SetFillImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InFillImage )
|
[] |
|
FProgressBarStyle::SetMarqueeImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) & SetMarqueeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InMarqueeImage )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FProgressBarStyle::FProgressBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FProgressBarStyle()
|
[] |
|
FProgressBarStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
FProgressBarStyle::~FProgressBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FProgressBarStyle()
|
[] |
|
FProgressBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSProgressBar
|
SlateCore
|
struct FProgressBarStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "BackgroundImage",
"description": "Background image to use for the progress bar"
},
{
"type": "bool",
"name": "EnableFillAnimation",
"description": "Enables a simple animation on the fill image to give the appearance that progress has not stalled."
},
{
"type": "FSlateBrush",
"name": "FillImage",
"description": "Foreground image to use for the progress bar"
},
{
"type": "FSlateBrush",
"name": "MarqueeImage",
"description": "Image to use for marquee mode"
}
] |
FScrollBarStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FScrollBarStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FScrollBarStyle::SetDraggedThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetDraggedThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDraggedThumbImage )
|
[] |
|
FScrollBarStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & GetDefault()
|
[] |
|
FScrollBarStyle::SetHorizontalBottomSlotImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetHorizontalBottomSlotImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Value )
|
[] |
|
FScrollBarStyle::SetHorizontalBackgroundImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetHorizontalBackgroundImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHorizontalBackgroundImage )
|
[] |
|
FScrollBarStyle::SetHorizontalTopSlotImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetHorizontalTopSlotImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Value )
|
[] |
|
FScrollBarStyle::SetHoveredThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetHoveredThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHoveredThumbImage )
|
[] |
|
FScrollBarStyle::SetThickness
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetThickness ( float InThickness )
|
[] |
|
FScrollBarStyle::SetNormalThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetNormalThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InNormalThumbImage )
|
[] |
|
FScrollBarStyle::SetVerticalBackgroundImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetVerticalBackgroundImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InVerticalBackgroundImage )
|
[] |
|
FScrollBarStyle::SetVerticalBottomSlotImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetVerticalBottomSlotImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Value )
|
[] |
|
FScrollBarStyle::SetVerticalTopSlotImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBarStyle](API\Runtime\SlateCore\Styling\FScrollBarStyle) & SetVerticalTopSlotImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Value )
|
[] |
|
FScrollBarStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FScrollBarStyle::FScrollBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FScrollBarStyle()
|
[] |
|
FScrollBorderStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FScrollBorderStyle](API\Runtime\SlateCore\Styling\FScrollBorderStyle) & GetDefault()
|
[] |
|
FScrollBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSScrollBar
|
SlateCore
|
struct FScrollBarStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "DraggedThumbImage",
"description": "Image to use when the scrollbar thumb is in its dragged state"
},
{
"type": "FSlateBrush",
"name": "HorizontalBackgroundImage",
"description": "Background image to use when the scrollbar is oriented horizontally"
},
{
"type": "FSlateBrush",
"name": "HorizontalBottomSlotImage",
"description": "The image to use to represent the track below the thumb when the scrollbar is oriented horizontally"
},
{
"type": "FSlateBrush",
"name": "HorizontalTopSlotImage",
"description": "The image to use to represent the track above the thumb when the scrollbar is oriented horizontally"
},
{
"type": "FSlateBrush",
"name": "HoveredThumbImage",
"description": "Image to use when the scrollbar thumb is in its hovered state"
},
{
"type": "FSlateBrush",
"name": "NormalThumbImage",
"description": "Image to use when the scrollbar thumb is in its normal state"
},
{
"type": "float",
"name": "Thickness",
"description": ""
},
{
"type": "FSlateBrush",
"name": "VerticalBackgroundImage",
"description": "Background image to use when the scrollbar is oriented vertically"
},
{
"type": "FSlateBrush",
"name": "VerticalBottomSlotImage",
"description": "The image to use to represent the track below the thumb when the scrollbar is oriented vertically"
},
{
"type": "FSlateBrush",
"name": "VerticalTopSlotImage",
"description": "The image to use to represent the track above the thumb when the scrollbar is oriented vertically"
}
] |
FScrollBorderStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FScrollBorderStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FScrollBorderStyle::SetBottomShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBorderStyle](API\Runtime\SlateCore\Styling\FScrollBorderStyle) & SetBottomShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBottomShadowBrush )
|
[] |
|
FScrollBarStyle::~FScrollBarStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FScrollBarStyle()
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FScrollBorderStyle::FScrollBorderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FScrollBorderStyle()
|
[] |
|
FScrollBorderStyle::SetTopShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBorderStyle](API\Runtime\SlateCore\Styling\FScrollBorderStyle) & SetTopShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InTopShadowBrush )
|
[] |
|
FScrollBorderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anFScrollBorderStyle
|
SlateCore
|
struct FScrollBorderStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "BottomShadowBrush",
"description": "Brush used to draw the bottom shadow of a scrollborder"
},
{
"type": "FSlateBrush",
"name": "TopShadowBrush",
"description": "Brush used to draw the top shadow of a scrollborder"
}
] |
FScrollBorderStyle::~FScrollBorderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FScrollBorderStyle()
|
[] |
|
FScrollBoxStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & GetDefault()
|
[] |
|
FScrollBoxStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FScrollBoxStyle::SetBarThickness
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetBarThickness ( float InBarThickness )
|
[] |
|
FScrollBoxStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FScrollBoxStyle::SetLeftShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetLeftShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InLeftShadowBrush )
|
[] |
|
FScrollBoxStyle::SetBottomShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetBottomShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBottomShadowBrush )
|
[] |
|
FScrollBoxStyle::SetRightShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetRightShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InRightShadowBrush )
|
[] |
|
FScrollBoxStyle::SetHorizontalScrolledContentPadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetHorizontalScrolledContentPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InPadding )
|
[] |
|
FScrollBoxStyle::SetTopShadowBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetTopShadowBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InTopShadowBrush )
|
[] |
|
FScrollBoxStyle::SetVerticalScrolledContentPadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FScrollBoxStyle](API\Runtime\SlateCore\Styling\FScrollBoxStyle) & SetVerticalScrolledContentPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InPadding )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FScrollBoxStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
FScrollBoxStyle::FScrollBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FScrollBoxStyle()
|
[] |
|
FScrollBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSScrollBox
|
SlateCore
|
struct FScrollBoxStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "float",
"name": "BarThickness",
"description": ""
},
{
"type": "FSlateBrush",
"name": "BottomShadowBrush",
"description": "Brush used to draw the bottom shadow of a scrollbox"
},
{
"type": "FMargin",
"name": "HorizontalScrolledContentPadding",
"description": "Padding scroll panel that presents the scrolled content"
},
{
"type": "FSlateBrush",
"name": "LeftShadowBrush",
"description": "Brush used to draw the left shadow of a scrollbox"
},
{
"type": "FSlateBrush",
"name": "RightShadowBrush",
"description": "Brush used to draw the right shadow of a scrollbox"
},
{
"type": "FSlateBrush",
"name": "TopShadowBrush",
"description": "Brush used to draw the top shadow of a scrollbox"
},
{
"type": "FMargin",
"name": "VerticalScrolledContentPadding",
"description": "Padding scroll panel that presents the scrolled content"
}
] |
FSearchBoxStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & GetDefault()
|
[] |
|
FScrollBoxStyle::~FScrollBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FScrollBoxStyle()
|
[] |
|
FSearchBoxStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FSearchBoxStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FSearchBoxStyle::SetActiveFont
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetActiveFont ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo )
|
[] |
|
FSearchBoxStyle::SetClearImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetClearImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InClearImage )
|
[] |
|
FSearchBoxStyle::SetDownArrowImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetDownArrowImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDownArrowImage )
|
[] |
|
FSearchBoxStyle::SetGlassImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetGlassImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InGlassImage )
|
[] |
|
FSearchBoxStyle::SetImagePadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetImagePadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InImagePadding )
|
[] |
|
FSearchBoxStyle::SetLeftAlignButtons
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetLeftAlignButtons ( bool bInLeftAlignButtons )
|
[] |
|
FSearchBoxStyle::SetLeftAlignGlassImageAndClearButton
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetLeftAlignGlassImageAndClearButton ( bool bInLeftAlignGlassImageAndClearButton )
|
[] |
|
FSearchBoxStyle::SetLeftAlignSearchResultButtons
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetLeftAlignSearchResultButtons ( bool bInLeftAlignSearchResultButtons )
|
[] |
|
FSearchBoxStyle::SetTextBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetTextBoxStyle ( const [FEditableTextBoxStyle](API\Runtime\SlateCore\Styling\FEditableTextBoxStyle) & InTextBoxStyle )
|
[] |
|
FSearchBoxStyle::SetUpArrowImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSearchBoxStyle](API\Runtime\SlateCore\Styling\FSearchBoxStyle) & SetUpArrowImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUpArrowImage )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FSearchBoxStyle::FSearchBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FSearchBoxStyle()
|
[] |
|
FSearchBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSSearchBox
|
SlateCore
|
struct FSearchBoxStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateFontInfo",
"name": "ActiveFontInfo",
"description": "Font to use for the text box part of the search box when a search term is entered"
},
{
"type": "bool",
"name": "bLeftAlignGlassImageAndClearButton",
"description": "If true, glass image and clear button appear to the left of the search text"
},
{
"type": "bool",
"name": "bLeftAlignSearchResultButtons",
"description": "If true, search result buttons appear to the left of the search text"
},
{
"type": "FSlateBrush",
"name": "ClearImage",
"description": "Image to use for the search \"clear\" button"
},
{
"type": "FSlateBrush",
"name": "DownArrowImage",
"description": "Image to use for the search \"down\" arrow"
},
{
"type": "FSlateBrush",
"name": "GlassImage",
"description": "Image to use for the search \"glass\""
},
{
"type": "FMargin",
"name": "ImagePadding",
"description": "Padding to use around the images"
},
{
"type": "FEditableTextBo...",
"name": "TextBoxStyle",
"description": "Style to use for the text box part of the search box"
},
{
"type": "FSlateBrush",
"name": "UpArrowImage",
"description": "Image to use for the search \"up\" arrow"
}
] |
FSearchBoxStyle::~FSearchBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FSearchBoxStyle()
|
[] |
|
FSegmentedControlStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
static const [FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & GetDefault()
|
[] |
|
FSegmentedControlStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
This method must be implemented by inherited structures.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
|
[] |
FSegmentedControlStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FSegmentedControlStyle::SetBackgroundBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
[FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & SetBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBrush )
|
[] |
|
FSegmentedControlStyle::SetFirstControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
[FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & SetFirstControlStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & InStyle )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FSegmentedControlStyle::SetUniformPadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
[FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & SetUniformPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin )
|
[] |
|
FSegmentedControlStyle::SetLastControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
[FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & SetLastControlStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & InStyle )
|
[] |
|
FSegmentedControlStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.