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
|
---|---|---|---|---|---|
FTableRowStyle::SetParentRowBackgroundBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetParentRowBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InParentRowBackgroundBrush ) | [] |
|
FTableRowStyle::SetParentRowBackgroundHoveredBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetParentRowBackgroundHoveredBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InParentRowBackgroundHoveredBrush ) | [] |
|
FTableRowStyle::SetSelectedTextColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetSelectedTextColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InSelectedTextColor ) | [] |
|
FTableRowStyle::SetSelectorFocusedBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetSelectorFocusedBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InSelectorFocusedBrush ) | [] |
|
FTableRowStyle::SetTextColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetTextColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InTextColor ) | [] |
|
FTableRowStyle::SetUseParentRowBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableRowStyle](API\Runtime\SlateCore\Styling\FTableRowStyle) & SetUseParentRowBrush ( bool InUseParentRowBrush ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FTableRowStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FTableRowStyle::~FTableRowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FTableRowStyle() | [] |
|
FTableRowStyle::FTableRowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FTableRowStyle() | [] |
|
FTableRowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSTableRow | SlateCore | struct FTableRowStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "ActiveBrush",
"description": "Brush used when a selected row is active"
},
{
"type": "FSlateBrush",
"name": "ActiveHighlightedBrush",
"description": "Brush used when a highlighted row is active"
},
{
"type": "FSlateBrush",
"name": "ActiveHoveredBrush",
"description": "Brush used when a selected row is active and hovered"
},
{
"type": "bool",
"name": "bUseParentRowBrush",
"description": "If using parent row brushes"
},
{
"type": "FSlateBrush",
"name": "DropIndicator_Above",
"description": "Brush used to provide feedback that a user can drop above the hovered row."
},
{
"type": "FSlateBrush",
"name": "DropIndicator_Below",
"description": "Brush used to provide feedback that a user can drop below the hovered row."
},
{
"type": "FSlateBrush",
"name": "DropIndicator_Onto",
"description": "Brush used to provide feedback that a user can drop onto the hovered row."
},
{
"type": "FSlateBrush",
"name": "EvenRowBackgroundBrush",
"description": "Brush used when an even row is in its normal state"
},
{
"type": "FSlateBrush",
"name": "EvenRowBackgroundHoveredBrush",
"description": "Brush used when an even row is hovered"
},
{
"type": "FSlateBrush",
"name": "InactiveBrush",
"description": "Brush used when a selected row is inactive"
},
{
"type": "FSlateBrush",
"name": "InactiveHighlightedBrush",
"description": "Brush used when a highlighted row is inactive and hovered"
},
{
"type": "FSlateBrush",
"name": "InactiveHoveredBrush",
"description": "Brush used when a selected row is inactive and hovered"
},
{
"type": "FSlateBrush",
"name": "OddRowBackgroundBrush",
"description": "Brush to used when an odd row is in its normal state"
},
{
"type": "FSlateBrush",
"name": "OddRowBackgroundHoveredBrush",
"description": "Brush used when an odd row is hovered"
},
{
"type": "FSlateBrush",
"name": "ParentRowBackgroundBrush",
"description": "Brush used for the top parent row"
},
{
"type": "FSlateBrush",
"name": "ParentRowBackgroundHoveredBrush",
"description": "Brush used for the top parent row and row is hovered"
},
{
"type": "FSlateColor",
"name": "SelectedTextColor",
"description": "Text color used for the selected row"
},
{
"type": "FSlateBrush",
"name": "SelectorFocusedBrush",
"description": "Brush used as a selector when a row is focused"
},
{
"type": "FSlateColor",
"name": "TextColor",
"description": "Text color used for all rows"
}
] |
FTableViewStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FTableViewStyle](API\Runtime\SlateCore\Styling\FTableViewStyle) & GetDefault() | [] |
|
FTableViewStyle::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 | [] |
FTableViewStyle::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 | [] |
FTableViewStyle::SetBackgroundBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTableViewStyle](API\Runtime\SlateCore\Styling\FTableViewStyle) & SetBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundBrush ) | [] |
|
FTableViewStyle::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; | [] |
|
FTableViewStyle::~FTableViewStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FTableViewStyle() | [] |
|
FTableViewStyle::FTableViewStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FTableViewStyle() | [] |
|
CompareParams | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Helper struct to compare two text styles without constructing a temporary text style | SlateCore | struct CompareParams | [
{
"type": "constFSlateCol...",
"name": "ColorAndOpacity",
"description": ""
},
{
"type": "constFSlateFon...",
"name": "Font",
"description": ""
},
{
"type": "constFSlateCol...",
"name": "HighlightColor",
"description": ""
},
{
"type": "constFSlateBru...",
"name": "HighlightShape",
"description": ""
},
{
"type": "constFLinearCo...",
"name": "ShadowColorAndOpacity",
"description": ""
},
{
"type": "const FVector2f",
"name": "ShadowOffset",
"description": ""
},
{
"type": "constFSlateBru...",
"name": "StrikeBrush",
"description": ""
},
{
"type": "constFTextBloc...",
"name": "StyleBase",
"description": ""
}
] |
FTextBlockStyle::CompareParams::CompareParams | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | CompareParams &40; const FTextBlockStyle & InStyleBase, const FSlateFontInfo & InFont, const FSlateColor & InColorAndOpacity, const FVector2f InShadowOffset, const FLinearColor & InShadowColorAndOpacity, const FSlateColor InHighlightColor, const FSlateBrush &42; InHighlightShape, const FSlateBrush &42; InStrikeBrush &41; | [] |
|
FTableViewStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of an STableView | SlateCore | struct FTableViewStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "BackgroundBrush",
"description": "Brush used when a selected row is active"
}
] |
FTextBlockStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & GetDefault() | [] |
|
FTextBlockStyle::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 | [] |
FTextBlockStyle::IsIdenticalTo | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Checks to see whether this style is identical to another. | SlateCore | bool IsIdenticalTo ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InOther ) const | [] |
FTextBlockStyle::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 | [] |
FTextBlockStyle::SetColorAndOpacity | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetColorAndOpacity ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFont ) | [] |
|
FTextBlockStyle::IsIdenticalTo | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Checks to see whether this style is identical to another. | SlateCore | bool IsIdenticalTo ( const [FTextBlockStyle::CompareParams](API\Runtime\SlateCore\Styling\FTextBlockStyle\CompareParams) & InNewStyleParams ) const | [] |
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, float InSize ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const WIDECHAR * InFontName, float InSize ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) > InCompositeFont, const float InSize, const [FName](API\Runtime\Core\UObject\FName) & InTypefaceFontName ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const [FString](API\Runtime\Core\Containers\FString) & InFontName, float InSize ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const ANSICHAR * InFontName, float InSize ) | [] |
|
FTextBlockStyle::SetFont | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFont ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) * InFontObject, const float InSize, const [FName](API\Runtime\Core\UObject\FName) & InTypefaceFontName ) | [] |
|
FTextBlockStyle::SetFontMaterial | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontMaterial ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * InMaterial ) | [] |
|
FTextBlockStyle::SetFontName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontName ( const [FName](API\Runtime\Core\UObject\FName) & InFontName ) | [] |
|
FTextBlockStyle::SetFontName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontName ( const ANSICHAR * InFontName ) | [] |
|
FTextBlockStyle::SetFontName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontName ( const WIDECHAR * InFontName ) | [] |
|
FTextBlockStyle::SetFontName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontName ( const [FString](API\Runtime\Core\Containers\FString) & InFontName ) | [] |
|
FTextBlockStyle::SetFontSize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontSize ( float InSize ) | [] |
|
FTextBlockStyle::SetHighlightShape | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetHighlightShape ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHighlightShape ) | [] |
|
FTextBlockStyle::SetHighlightColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetHighlightColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InHighlightColor ) | [] |
|
FTextBlockStyle::SetFontOutlineMaterial | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetFontOutlineMaterial ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * InMaterial ) | [] |
|
FTextBlockStyle::SetOverflowPolicy | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetOverflowPolicy ( const ETextOverflowPolicy & InOverflowPolicy ) | [] |
|
FTextBlockStyle::SetShadowColorAndOpacity | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetShadowColorAndOpacity ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InShadowColorAndOpacity ) | [] |
|
FTextBlockStyle::SetSelectedBackgroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetSelectedBackgroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InSelectedBackgroundColor ) | [] |
|
FTextBlockStyle::SetShadowOffset | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetShadowOffset ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InShadowOffset ) | [] |
|
FTextBlockStyle::SetTypefaceFontName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetTypefaceFontName ( const [FName](API\Runtime\Core\UObject\FName) & InTypefaceFontName ) | [] |
|
FTextBlockStyle::SetTransformPolicy | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetTransformPolicy ( const ETextTransformPolicy & InTransformPolicy ) | [] |
|
FTextBlockStyle::SetStrikeBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetStrikeBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InStrikeBrush ) | [] |
|
FTextBlockStyle::SetUnderlineBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & SetUnderlineBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUnderlineBrush ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FTextBlockStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FTextBlockStyle::FTextBlockStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FTextBlockStyle() | [] |
|
FTextBlockStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSTextBlock | SlateCore | struct FTextBlockStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateColor",
"name": "ColorAndOpacity",
"description": "The color and opacity of this text"
},
{
"type": "FSlateFontInfo",
"name": "Font",
"description": "Font family and size to be used when displaying this text."
},
{
"type": "FSlateColor",
"name": "HighlightColor",
"description": "The color of highlighted text"
},
{
"type": "FSlateBrush",
"name": "HighlightShape",
"description": "The shape of highlighted text"
},
{
"type": "ETextOverflowPo...",
"name": "OverflowPolicy",
"description": "Determines what happens to text that is clipped and doesn't fit within the clip rect of a text widget"
},
{
"type": "FSlateColor",
"name": "SelectedBackgroundColor",
"description": "The background color of selected text"
},
{
"type": "FLinearColor",
"name": "ShadowColorAndOpacity",
"description": "The color and opacity of the shadow"
},
{
"type": "FDeprecateSlate...",
"name": "ShadowOffset",
"description": "How much should the shadow be offset? An offset of 0 implies no shadow."
},
{
"type": "FSlateBrush",
"name": "StrikeBrush",
"description": "The brush used to draw an strike through the text (if any)"
},
{
"type": "ETextTransformP...",
"name": "TransformPolicy",
"description": "The Text Transform Policy (defaults to None)"
},
{
"type": "FSlateBrush",
"name": "UnderlineBrush",
"description": "The brush used to draw an underline under the text (if any)"
}
] |
FTextBlockStyle::~FTextBlockStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FTextBlockStyle() | [] |
|
FToolBarStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | static const [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & GetDefault() | [] |
|
FToolBarStyle::GetResources | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.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 | [] |
FToolBarStyle::GetTypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | This method must be implemented by inherited structures.
Widget style name. | SlateCore | virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const | [] |
FToolBarStyle::SetBackgroundPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetBackgroundPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin ) | [] |
|
FToolBarStyle::SetBackground | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetBackground ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackground ) | [] |
|
FToolBarStyle::SetBlockPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetBlockPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InBlockPadding ) | [] |
|
FToolBarStyle::SetButtonContentMaxWidth | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetButtonContentMaxWidth ( float InButtonContentMaxWidth ) | [] |
|
FToolBarStyle::SetButtonContentFillWidth | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetButtonContentFillWidth ( float InButtonContentFillWidth ) | [] |
|
FToolBarStyle::SetButtonPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetButtonPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InButtonPadding ) | [] |
|
FToolBarStyle::SetButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InButtonStyle ) | [] |
|
FToolBarStyle::SetCheckBoxPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetCheckBoxPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InCheckBoxPadding ) | [] |
|
FToolBarStyle::SetComboButtonPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetComboButtonPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InComboButtonPadding ) | [] |
|
FToolBarStyle::SetComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetComboButtonStyle ( const [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & InComboButtonStyle ) | [] |
|
FToolBarStyle::SetEditableTextStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetEditableTextStyle ( const [FEditableTextBoxStyle](API\Runtime\SlateCore\Styling\FEditableTextBoxStyle) & InEditableTextStyle ) | [] |
|
FToolBarStyle::SetExpandBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetExpandBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InExpandBrush ) | [] |
|
FToolBarStyle::SetIconPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetIconPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InIconPadding ) | [] |
|
FToolBarStyle::SetIconPaddingWithCollapsedLabel | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetIconPaddingWithCollapsedLabel ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InIconPaddingWithCollapsedLabel ) | [] |
|
FToolBarStyle::SetIconPaddingWithVisibleLabel | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetIconPaddingWithVisibleLabel ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InIconPaddingWithVisibleLabel ) | [] |
|
FToolBarStyle::SetIconSize | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetIconSize ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InIconSize ) | [] |
|
FToolBarStyle::SetIndentedBlockPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetIndentedBlockPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InIndentedBlockPadding ) | [] |
|
FToolBarStyle::SetLabelPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetLabelPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InLabelPadding ) | [] |
|
FToolBarStyle::SetLabelStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetLabelStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InLabelStyle ) | [] |
|
FToolBarStyle::SetNumColumns | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetNumColumns ( const int32 InNumColumns ) | [] |
|
FToolBarStyle::SetSeparatorBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetSeparatorBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InSeparatorBrush ) | [] |
|
FToolBarStyle::SetSeparatorPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetSeparatorPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InSeparatorPadding ) | [] |
|
FToolBarStyle::SetSettingsButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetSettingsButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InSettingsButton ) | [] |
|
FToolBarStyle::SetSettingsComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetSettingsComboButtonStyle ( const [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & InSettingsComboButton ) | [] |
|
FToolBarStyle::SetSettingsToggleButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetSettingsToggleButtonStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & InSettingsToggleButton ) | [] |
|
FToolBarStyle::SetShowLabels | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetShowLabels ( bool bInShowLabels ) | [] |
|
FToolBarStyle::SetToggleButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetToggleButtonStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & InToggleButton ) | [] |
|
FToolBarStyle::SetUniformBlockHeight | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetUniformBlockHeight ( const float InUniformBlockHeight ) | [] |
|
FToolBarStyle::SetUniformBlockWidth | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | [FToolBarStyle](API\Runtime\SlateCore\Styling\FToolBarStyle) & SetUniformBlockWidth ( const float InUniformBlockWidth ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FToolBarStyle::FToolBarStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | FToolBarStyle() | [] |
|
FToolBarStyle::~FToolBarStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | SlateCore | virtual ~FToolBarStyle() | [] |
|
FToolBarStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h | Represents the appearance of a toolbar | SlateCore | struct FToolBarStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "BackgroundBrush",
"description": "The brush used for the background of the toolbar"
},
{
"type": "FMargin",
"name": "BackgroundPadding",
"description": ""
},
{
"type": "FMargin",
"name": "BlockPadding",
"description": ""
},
{
"type": "bool",
"name": "bShowLabels",
"description": ""
},
{
"type": "float",
"name": "ButtonContentFillWidth",
"description": ""
},
{
"type": "float",
"name": "ButtonContentMaxWidth",
"description": ""
},
{
"type": "FMargin",
"name": "ButtonPadding",
"description": ""
},
{
"type": "FButtonStyle",
"name": "ButtonStyle",
"description": ""
},
{
"type": "FMargin",
"name": "CheckBoxPadding",
"description": ""
},
{
"type": "FMargin",
"name": "ComboButtonPadding",
"description": ""
},
{
"type": "FComboButtonSty...",
"name": "ComboButtonStyle",
"description": ""
},
{
"type": "FEditableTextBo...",
"name": "EditableTextStyle",
"description": ""
},
{
"type": "FSlateBrush",
"name": "ExpandBrush",
"description": "The brush used for the expand arrow when the toolbar runs out of room and needs to display toolbar items in a menu"
},
{
"type": "FMargin",
"name": "IconPadding",
"description": ""
},
{
"type": "FMargin",
"name": "IconPaddingWithCollapsedLabel",
"description": ""
},
{
"type": "FMargin",
"name": "IconPaddingWithVisibleLabel",
"description": ""
},
{
"type": "FDeprecateSlate...",
"name": "IconSize",
"description": ""
},
{
"type": "FMargin",
"name": "IndentedBlockPadding",
"description": ""
},
{
"type": "FMargin",
"name": "LabelPadding",
"description": ""
},
{
"type": "FTextBlockStyle",
"name": "LabelStyle",
"description": ""
},
{
"type": "int32",
"name": "NumColumns",
"description": ""
},
{
"type": "FSlateBrush",
"name": "SeparatorBrush",
"description": ""
},
{
"type": "FMargin",
"name": "SeparatorPadding",
"description": ""
},
{
"type": "FButtonStyle",
"name": "SettingsButtonStyle",
"description": ""
},
{
"type": "FComboButtonSty...",
"name": "SettingsComboButton",
"description": ""
},
{
"type": "FCheckBoxStyle",
"name": "SettingsToggleButton",
"description": ""
},
{
"type": "FCheckBoxStyle",
"name": "ToggleButton",
"description": ""
},
{
"type": "float",
"name": "UniformBlockHeight",
"description": ""
},
{
"type": "float",
"name": "UniformBlockWidth",
"description": ""
}
] |
FUMGCoreStyle::Create | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Create() | [] |
|
FUMGCoreStyle::Get | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get() | [] |
|
FUMGCoreStyle::GetDefaultFont | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | Get the default font for Slate | SlateCore | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) > GetDefaultFont() | [] |
Instance | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | Singleton instances of this style. | SlateCore | static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Instance = nullptr; | [] |
FUMGCoreStyle::GetDefaultFontStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | Get a font style using the default for for Slate | SlateCore | static [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetDefaultFontStyle ( const [FName](API\Runtime\Core\UObject\FName) InTypefaceFontName, const float InSize, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings ) | [] |
FUMGCoreStyle::IsInitialized | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static bool IsInitialized() | [] |
|
RegularTextSize | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static const int32 RegularTextSize = 10; | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.