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
|
---|---|---|---|---|---|
FCheckBoxStyle::SetCheckedPressedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InCheckedPressedImage ) | [] |
|
FCheckBoxStyle::SetCheckedSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InCheckedSound ) | [] |
|
FCheckBoxStyle::SetHoveredForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetHoveredForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InHoveredForeground ) | [] |
|
FCheckBoxStyle::SetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InForegroundColor ) | [] |
|
FCheckBoxStyle::SetHoveredSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetHoveredSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InHoveredSound ) | [] |
|
FCheckBoxStyle::SetPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InPadding ) | [] |
|
FCheckBoxStyle::SetUncheckedHoveredImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUncheckedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUncheckedHoveredImage ) | [] |
|
FCheckBoxStyle::SetUncheckedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUncheckedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUncheckedImage ) | [] |
|
FCheckBoxStyle::SetPressedForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetPressedForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InPressedForeground ) | [] |
|
FCheckBoxStyle::SetUncheckedSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUncheckedSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InUncheckedSound ) | [] |
|
FCheckBoxStyle::SetUncheckedPressedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUncheckedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUncheckedPressedImage ) | [] |
|
FCheckBoxStyle::SetUndeterminedForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUndeterminedForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InUndeterminedForeground ) | [] |
|
FCheckBoxStyle::SetUndeterminedHoveredImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUndeterminedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUndeterminedHoveredImage ) | [] |
|
FCheckBoxStyle::SetUndeterminedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUndeterminedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUndeterminedImage ) | [] |
|
FCheckBoxStyle::SetUndeterminedPressedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetUndeterminedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InUndeterminedPressedImage ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FCheckBoxStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FCheckBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSCheckBox | SlateCore | struct FCheckBoxStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "BackgroundHoveredImage",
"description": "Background appearance when hovered"
},
{
"type": "FSlateBrush",
"name": "BackgroundImage",
"description": "Background appearance"
},
{
"type": "FSlateBrush",
"name": "BackgroundPressedImage",
"description": "Background appearance when pressed"
},
{
"type": "FSlateColor",
"name": "BorderBackgroundColor",
"description": "BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons"
},
{
"type": "TEnumAsByte<ES...",
"name": "CheckBoxType",
"description": "The visual type of the checkbox"
},
{
"type": "FSlateColor",
"name": "CheckedForeground",
"description": "Foreground Color when checked"
},
{
"type": "FSlateColor",
"name": "CheckedHoveredForeground",
"description": "Foreground Color when checked and pressed"
},
{
"type": "FSlateBrush",
"name": "CheckedHoveredImage",
"description": "CheckBox appearance when checked and hovered"
},
{
"type": "FSlateBrush",
"name": "CheckedImage",
"description": "CheckBox appearance when the CheckBox is checked"
},
{
"type": "FSlateColor",
"name": "CheckedPressedForeground",
"description": "Foreground Color when checked and pressed"
},
{
"type": "FSlateBrush",
"name": "CheckedPressedImage",
"description": "CheckBox appearance when checked and pressed"
},
{
"type": "FSlateSound",
"name": "CheckedSlateSound",
"description": "The sound the check box should play when checked"
},
{
"type": "FSlateColor",
"name": "ForegroundColor",
"description": "The normal unchecked foreground color"
},
{
"type": "FSlateColor",
"name": "HoveredForeground",
"description": "Foreground Color when hovered"
},
{
"type": "FSlateSound",
"name": "HoveredSlateSound",
"description": "The sound the check box should play when initially hovered over"
},
{
"type": "FMargin",
"name": "Padding",
"description": "Padding"
},
{
"type": "FSlateColor",
"name": "PressedForeground",
"description": "Foreground Color when pressed"
},
{
"type": "FSlateBrush",
"name": "UncheckedHoveredImage",
"description": "CheckBox appearance when the CheckBox is unchecked and hovered"
},
{
"type": "FSlateBrush",
"name": "UncheckedImage",
"description": "CheckBox appearance when the CheckBox is unchecked (normal)"
},
{
"type": "FSlateBrush",
"name": "UncheckedPressedImage",
"description": "CheckBox appearance when the CheckBox is unchecked and hovered"
},
{
"type": "FSlateSound",
"name": "UncheckedSlateSound",
"description": "The sound the check box should play when unchecked"
},
{
"type": "FSlateColor",
"name": "UndeterminedForeground",
"description": "Foreground Color when the check state is indeterminate"
},
{
"type": "FSlateBrush",
"name": "UndeterminedHoveredImage",
"description": "CheckBox appearance when CheckBox is undetermined and hovered"
},
{
"type": "FSlateBrush",
"name": "UndeterminedImage",
"description": "CheckBox appearance when the CheckBox is undetermined"
},
{
"type": "FSlateBrush",
"name": "UndeterminedPressedImage",
"description": "CheckBox appearance when CheckBox is undetermined and pressed"
}
] |
FCheckBoxStyle::FCheckBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FCheckBoxStyle() | [] |
|
FCheckBoxStyle::~FCheckBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FCheckBoxStyle() | [] |
|
FComboBoxStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & GetDefault() | [] |
|
FComboBoxStyle::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 | [] |
FComboBoxStyle::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 | [] |
FComboBoxStyle::PostSerialize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Used to upgrade the deprecatedFNamesound properties into the new-styleFSlateSoundproperties | SlateCore | void PostSerialize ( const [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar ) | [] |
FComboBoxStyle::SetComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & SetComboButtonStyle ( const [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & InComboButtonStyle ) | [] |
|
FComboBoxStyle::SetSelectionChangeSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & SetSelectionChangeSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InSelectionChangeSound ) | [] |
|
FComboBoxStyle::SetMenuRowPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & SetMenuRowPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMenuRowPadding ) | [] |
|
FComboBoxStyle::SetContentPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & SetContentPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InContentPadding ) | [] |
|
FComboBoxStyle::SetPressedSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboBoxStyle](API\Runtime\SlateCore\Styling\FComboBoxStyle) & SetPressedSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InPressedSound ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FComboBoxStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FComboBoxStyle::FComboBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FComboBoxStyle() | [] |
|
FComboBoxStyle::~FComboBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FComboBoxStyle() | [] |
|
FComboBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of an SComboBox | SlateCore | struct FComboBoxStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FComboButtonSty...",
"name": "ComboButtonStyle",
"description": "The style to use for ourSComboButton"
},
{
"type": "FMargin",
"name": "ContentPadding",
"description": "Button Content Padding"
},
{
"type": "FMargin",
"name": "MenuRowPadding",
"description": "Menu Row Padding"
},
{
"type": "FSlateSound",
"name": "PressedSlateSound",
"description": "The sound the button should play when pressed"
},
{
"type": "FSlateSound",
"name": "SelectionChangeSlateSound",
"description": "The Sound to play when the selection is changed"
}
] |
FComboButtonStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & GetDefault() | [] |
|
FComboButtonStyle::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 | [] |
FComboButtonStyle::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 | [] |
FComboButtonStyle::SetButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InButtonStyle ) | [] |
|
FComboButtonStyle::SetContentPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetContentPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InContentPadding ) | [] |
|
FComboButtonStyle::SetDownArrowAlignment | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetDownArrowAlignment ( const EVerticalAlignment & InVAlign ) | [] |
|
FComboButtonStyle::SetDownArrowImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetDownArrowImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDownArrowImage ) | [] |
|
FComboButtonStyle::SetDownArrowPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetDownArrowPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InDownArrowPadding ) | [] |
|
FComboButtonStyle::SetMenuBorderBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetMenuBorderBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InMenuBorderBrush ) | [] |
|
FComboButtonStyle::SetShadowOffset | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetShadowOffset ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InShadowOffset ) | [] |
|
FComboButtonStyle::SetMenuBorderPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetMenuBorderPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMenuBorderPadding ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FComboButtonStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FComboButtonStyle::FComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FComboButtonStyle() | [] |
|
FComboButtonStyle::SetShadowColorAndOpacity | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FComboButtonStyle](API\Runtime\SlateCore\Styling\FComboButtonStyle) & SetShadowColorAndOpacity ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InShadowColorAndOpacity ) | [] |
|
FComboButtonStyle::~FComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FComboButtonStyle() | [] |
|
FComboButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSComboButton | SlateCore | struct FComboButtonStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FButtonStyle",
"name": "ButtonStyle",
"description": "The style to use for ourSButton."
},
{
"type": "FMargin",
"name": "ContentPadding",
"description": "Button Content Padding"
},
{
"type": "TEnumAsByte< EV...",
"name": "DownArrowAlign",
"description": "Dropdown arrow vertical alignment"
},
{
"type": "FSlateBrush",
"name": "DownArrowImage",
"description": "Image to use for the down arrow."
},
{
"type": "FMargin",
"name": "DownArrowPadding",
"description": "Dropdown arrow padding (if a dropdown arrow exists)"
},
{
"type": "FSlateBrush",
"name": "MenuBorderBrush",
"description": "Brush to use to add a \"menu border\" around the drop-down content."
},
{
"type": "FMargin",
"name": "MenuBorderPadding",
"description": "Padding to use to add a \"menu border\" around the drop-down content."
},
{
"type": "FLinearColor",
"name": "ShadowColorAndOpacity",
"description": "The color and opacity of the shadow for the down arrow. Only active if ShadowOffset is not (0,0)."
},
{
"type": "FDeprecateSlate...",
"name": "ShadowOffset",
"description": "How much should the shadow be offset for the down arrow? An offset of 0 implies no shadow."
}
] |
FCoreStyle::Get | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | In cases requiring explicit use of the CoreStyle where a Slate Widget should not take on the appearance of the rest of the application, useFCoreStyle::GetCoreStyle().
the Application Style | SlateCore | static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get() | [] |
FCoreStyle::Create | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Create ( const [FName](API\Runtime\Core\UObject\FName) & InStyleSetName ) | [] |
|
FCoreStyle::GetCoreStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | the singleton instance of the style created in . | SlateCore | static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & GetCoreStyle() | [] |
FCoreStyle::GetDefaultFontStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.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 ) | [] |
FCoreStyle::GetDefaultFont | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Get the default font for Slate | SlateCore | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) > GetDefaultFont() | [] |
FCoreStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Todo: jdale - These are only here because ofUTouchInterface::Activateand the fact that GetDynamicImageBrush is non-const | SlateCore | static const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( [FName](API\Runtime\Core\UObject\FName) BrushTemplate, [FName](API\Runtime\Core\UObject\FName) TextureName, const ANSICHAR * Specifier ) | [] |
FCoreStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Todo: jdale - These are only here because ofUTouchInterface::Activateand the fact that GetDynamicImageBrush is non-const | SlateCore | static const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( [FName](API\Runtime\Core\UObject\FName) BrushTemplate, class [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * TextureResource, [FName](API\Runtime\Core\UObject\FName) TextureName ) | [] |
FCoreStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Todo: jdale - These are only here because ofUTouchInterface::Activateand the fact that GetDynamicImageBrush is non-const | SlateCore | static const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( [FName](API\Runtime\Core\UObject\FName) BrushTemplate, const ANSICHAR * Specifier, class [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * TextureResource, [FName](API\Runtime\Core\UObject\FName) TextureName ) | [] |
Instance | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Singleton instances of this style. | SlateCore | static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Instance = nullptr; | [] |
FCoreStyle::IsInitialized | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static bool IsInitialized() | [] |
|
RegularTextSize | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static const int32 RegularTextSize = 9; | [] |
|
FCoreStyle::IsStarshipStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static bool IsStarshipStyle() | [] |
|
FCoreStyle::ResetToDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static void ResetToDefault() | [] |
|
FCoreStyle::SetInactiveSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static void SetInactiveSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] |
|
FCoreStyle::SetFocusBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static void SetFocusBrush ( [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * NewBrush ) | [] |
|
FCoreStyle::SetPressedSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static void SetPressedSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] |
|
FCoreStyle::SetSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static void SetSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] |
|
SmallTextSize | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | static const int32 SmallTextSize = 8; | [] |
|
FCoreStyle::SetSelectorColor | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Used to override the default selection colors | SlateCore | static void SetSelectorColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] |
FCoreStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Core slate style | SlateCore | class FCoreStyle | [] |
FDefaultStyleCache::FStyles::GetButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FButtonStyle & GetButtonStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetCircularThrobberBrushStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FSlateBrush & GetCircularThrobberBrushStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetCheckboxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FCheckBoxStyle & GetCheckboxStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetComboBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FComboBoxStyle & GetComboBoxStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetEditableTextStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FEditableTextStyle & GetEditableTextStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetExpandableAreaBorderBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FSlateBrush & GetExpandableAreaBorderBrush&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetListViewStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FTableViewStyle & GetListViewStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetProgressBarStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FProgressBarStyle & GetProgressBarStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetEditableTextBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FEditableTextBoxStyle & GetEditableTextBoxStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetScrollBarStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FScrollBarStyle & GetScrollBarStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetScrollBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FScrollBoxStyle & GetScrollBoxStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetSliderStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FSliderStyle & GetSliderStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetExpandableAreaStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FExpandableAreaStyle & GetExpandableAreaStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetSpinBoxStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FSpinBoxStyle & GetSpinBoxStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetTableRowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FTableRowStyle & GetTableRowStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetTextBlockStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FTextBlockStyle & GetTextBlockStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetTreeViewStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FTableViewStyle & GetTreeViewStyle&40;&41; const | [] |
|
FDefaultStyleCache::FStyles::GetThrobberBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | SlateCore | const FSlateBrush & GetThrobberBrush&40;&41; const | [] |
|
FStyles | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | Internal style default holder struct, used so that one can get a bundle of defaults relevant for runtime or editor | SlateCore | struct FStyles | [] |
FDefaultStyleCache::GetEditor | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | Gets singleton and returns editor styles from singleton | SlateCore | static const [FStyles](API\Runtime\SlateCore\Styling\FDefaultStyleCache\FStyles) & GetEditor() | [] |
FDefaultStyleCache::GetRuntime | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | Gets singleton and returns runtime styles from singleton | SlateCore | static const [FStyles](API\Runtime\SlateCore\Styling\FDefaultStyleCache\FStyles) & GetRuntime() | [] |
FDefaultStyleCache | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h | No constructors are accessible with public or protected access. | SlateCore | struct FDefaultStyleCache | [] |
FDockTabStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & GetDefault() | [] |
|
FDockTabStyle::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 | [] |
FDockTabStyle::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 | [] |
FDockTabStyle::SetActiveForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & SetActiveForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InActiveForegroundColor ) | [] |
|
FDockTabStyle::SetCloseButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & SetCloseButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InCloseButtonStyle ) | [] |
|
FDockTabStyle::SetColorOverlayIconBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & SetColorOverlayIconBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InColorOverlayBrush ) | [] |
|
FDockTabStyle::SetColorOverlayTabBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & SetColorOverlayTabBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InColorOverlayBrush ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.