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 |
|---|---|---|---|---|---|
FUMGCoreStyle::SetFocusBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static void SetFocusBrush ( [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * NewBrush ) | [] | |
FUMGCoreStyle::ResetToDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static void ResetToDefault() | [] | |
FUMGCoreStyle::SetInactiveSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static void SetInactiveSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] | |
FUMGCoreStyle::SetPressedSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static void SetPressedSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] | |
SmallTextSize | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static const int32 SmallTextSize = 8; | [] | |
FUMGCoreStyle::SetSelectionColor | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | SlateCore | static void SetSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] | |
FUMGCoreStyle::SetSelectorColor | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | Used to override the default selection colors | SlateCore | static void SetSelectorColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor ) | [] |
FUMGCoreStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/UMGCoreStyle.h | Core slate style | SlateCore | class FUMGCoreStyle | [] |
FVolumeControlStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & GetDefault() | [] | |
FVolumeControlStyle::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 | [] |
FVolumeControlStyle::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 | [] |
FVolumeControlStyle::SetHighVolumeImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetHighVolumeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHighVolumeImage ) | [] | |
FVolumeControlStyle::SetLowVolumeImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetLowVolumeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InLowVolumeImage ) | [] | |
FVolumeControlStyle::SetMidVolumeImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetMidVolumeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InMidVolumeImage ) | [] | |
FVolumeControlStyle::SetMutedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetMutedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InMutedImage ) | [] | |
FVolumeControlStyle::SetNoVolumeImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetNoVolumeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InNoVolumeImage ) | [] | |
FVolumeControlStyle::SetSliderStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FVolumeControlStyle](API\Runtime\SlateCore\Styling\FVolumeControlStyle) & SetSliderStyle ( const [FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & InSliderStyle ) | [] | |
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] | |
FVolumeControlStyle::FVolumeControlStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FVolumeControlStyle() | [] | |
FVolumeControlStyle::~FVolumeControlStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FVolumeControlStyle() | [] | |
FVolumeControlStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSVolumeControl | SlateCore | struct FVolumeControlStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "HighVolumeImage",
"description": "Image to use when the volume is set to high"
},
{
"type": "FSlateBrush",
"name": "LowVolumeImage",
"description": "Image to use when the volume is set to low"
},
{
"type": "FSlateBrush",
"name": "MidVolumeIma... |
FWidgetStyle::BlendOpacity | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | Blends the current tint color with the specified alpha.
This instance (for method chaining). | SlateCore | [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & BlendOpacity ( float InOpacity ) | [] |
FWidgetStyle::BlendColorAndOpacityTint | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | Blends the current tint color with the specified tint.
This instance (for method chaining). | SlateCore | [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & BlendColorAndOpacityTint ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InTint ) | [] |
FWidgetStyle::GetColorAndOpacityTint | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | GetSubduedForegroundColor | SlateCore | const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetColorAndOpacityTint() const | [] |
FWidgetStyle::GetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | SetForegroundColor | SlateCore | const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetForegroundColor() const | [] |
FWidgetStyle::GetSubduedForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | GetForegroundColor | SlateCore | const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetSubduedForegroundColor() const | [] |
FWidgetStyle::SetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | GetForegroundColor | SlateCore | [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & SetForegroundColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InForeground ) | [] |
FWidgetStyle::SetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | GetForegroundColor | SlateCore | [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & SetForegroundColor ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > & InForeground ) | [] |
SubdueAmount | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | SlateCore | static const float SubdueAmount = 0.6f; | [] | |
FWidgetStyle::FWidgetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | Default constructor. | SlateCore | FWidgetStyle() | [] |
FWidgetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h | Contains info about those aspects of widget appearance that should be propagated hierarchically. | SlateCore | class FWidgetStyle | [] |
FWindowStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & GetDefault() | [] | |
FWindowStyle::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 | [] |
FWindowStyle::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 | [] |
FWindowStyle::SetActiveTitleBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetActiveTitleBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InActiveTitleBrush ) | [] | |
FWindowStyle::SetBackgroundBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundBrush ) | [] | |
FWindowStyle::SetBorderBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetBorderBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBorderBrush ) | [] | |
FWindowStyle::SetBackgroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetBackgroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InBackgroundColor ) | [] | |
FWindowStyle::SetBorderColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetBorderColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InBorderColor ) | [] | |
FWindowStyle::SetBorderPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetBorderPadding ( [FMargin](API\Runtime\SlateCore\Layout\FMargin) InBorderPadding ) | [] | |
FWindowStyle::SetChildBackgroundBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetChildBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InChildBackgroundBrush ) | [] | |
FWindowStyle::SetCloseButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetCloseButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InCloseButtonStyle ) | [] | |
FWindowStyle::SetCornerRadius | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetCornerRadius ( int32 InCornerRadius ) | [] | |
FWindowStyle::SetFlashTitleBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetFlashTitleBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InFlashTitleBrush ) | [] | |
FWindowStyle::SetMaximizeButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetMaximizeButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InMaximizeButtonStyle ) | [] | |
FWindowStyle::SetInactiveTitleBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetInactiveTitleBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InInactiveTitleBrush ) | [] | |
FWindowStyle::SetMinimizeButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetMinimizeButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InMinimizeButtonStyle ) | [] | |
FWindowStyle::SetOutlineBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetOutlineBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InOutlineBrush ) | [] | |
FWindowStyle::SetOutlineColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetOutlineColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InOutlineColor ) | [] | |
FWindowStyle::SetRestoreButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetRestoreButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InRestoreButtonStyle ) | [] | |
FWindowStyle::FWindowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FWindowStyle() | [] | |
FWindowStyle::SetTitleTextStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & SetTitleTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTitleTextStyle ) | [] | |
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] | |
FWindowStyle::~FWindowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FWindowStyle() | [] | |
FWindowStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSWindow | SlateCore | struct FWindowStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "ActiveTitleBrush",
"description": "Brush used to draw the window title area when the window is active"
},
{
"type": "FSlateBrush",
"name": "BackgroundBrush",
"description": "Brush used to draw the window background"
},
{
"type": "FSlateColor",
... |
ISlateBrushSource::GetSlateBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | SlateCore | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetSlateBrush() const | [] | |
ISlateBrushSource | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Provides a means to hold onto the source of a slate brush. | SlateCore | class ISlateBrushSource | [] |
EStyleMessageSeverity | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | The severity of the message type Ordered according to their severity | SlateCore | enum EStyleMessageSeverity { Error = 1, PerformanceWarning = 2, Warning = 3, Info = 4, } | [] |
ISlateStyle::GetBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | anFSlateBrushproperty. | SlateCore | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBrush ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetColor | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | aFLinearColorproperty. | SlateCore | const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetColor ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetDefaultBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Get defaultFSlateBrush. | SlateCore | [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetDefaultBrush() const | [] |
ISlateStyle::GetContentRootDir | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | [FString](API\Runtime\Core\Containers\FString) GetContentRootDir() const | [] | |
ISlateStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushTemplate, const [FName](API\Runtime\Core\UObject\FName) TextureName, const ANSICHAR * Specifier, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] | |
ISlateStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushTemplate, [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * TextureResource, const [FName](API\Runtime\Core\UObject\FName) TextureName, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] | |
ISlateStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > GetDynamicImageBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushTemplate, const ANSICHAR * Specifier, [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * TextureResource, const [FName](API\Runtime\Core\UObject\FName) TextureName, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] | |
ISlateStyle::GetEntriesUsingBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Gets the names of every style entry using a brush in this style Note: this function is expensive and is not designed to be used in performance critical situations
Array of style names using the brush | SlateCore | [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > GetEntriesUsingBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushName ) const | [] |
ISlateStyle::GetFloat | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | a float property. | SlateCore | float GetFloat ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, float DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetFontStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | a InFontInfo property. | SlateCore | [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetFontStyle ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) const | [] |
ISlateStyle::GetMargin | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | aFMarginproperty. | SlateCore | const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & GetMargin ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetOptionalBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Just like GetBrush, but returns DefaultBrush instead of the "missing brush" image when the resource is not found.
anFSlateBrushproperty. | SlateCore | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetOptionalBrush ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) *const DefaultBrush ) const | [] |
ISlateStyle::GetResources | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Populate an array ofFSlateBrushwith resources consumed by this style. | SlateCore | void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutResources ) const | [] |
ISlateStyle::GetSlateColor | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | aFLinearColorproperty. | SlateCore | const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetSlateColor ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetSound | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Look up a sound property specified by PropertyName and optional Specifier. | SlateCore | const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & GetSound ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::GetStyleKeys | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | [TSet](API\Runtime\Core\Containers\TSet)< [FName](API\Runtime\Core\UObject\FName) > GetStyleKeys() const | [] | |
ISlateStyle::GetStyleSetName | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | The name used to identity this style set | SlateCore | const [FName](API\Runtime\Core\UObject\FName) & GetStyleSetName() const | [] |
ISlateStyle::GetWidgetStyleInternal | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | const [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) * GetWidgetStyleInternal ( const [FName](API\Runtime\Core\UObject\FName) DesiredTypeName, const [FName](API\Runtime\Core\UObject\FName) StyleName, const [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) * DefaultStyle, bool bWarnIfNotFound ) const | [] | |
ISlateStyle::GetWidgetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | template<typename WidgetStyleType> const WidgetStyleType & GetWidgetStyle ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const WidgetStyleType * DefaultValue ) const | [] | |
ISlateStyle::HasWidgetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | template<typename WidgetStyleType> bool HasWidgetStyle ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) const | [] | |
ISlateStyle::Join | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | static [FName](API\Runtime\Core\UObject\FName) Join ( [FName](API\Runtime\Core\UObject\FName) A, const ANSICHAR * B ) | [] | |
ISlateStyle::Log | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | void Log ( [EStyleMessageSeverity](API\Runtime\SlateCore\Styling\ISlateStyle\EStyleMessageSeverity) Severity, const [FText](API\Runtime\Core\Internationalization\FText) & Message ) const | [] | |
ISlateStyle::LogMissingResource | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | void LogMissingResource ( [EStyleMessageSeverity](API\Runtime\SlateCore\Styling\ISlateStyle\EStyleMessageSeverity) Severity, const [FText](API\Runtime\Core\Internationalization\FText) & Message, const [FName](API\Runtime\Core\UObject\FName) & MissingResource ) const | [] | |
ISlateStyle::GetVector | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | a FVector2D property. | SlateCore | FVector2D GetVector ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, FVector2D DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const | [] |
ISlateStyle::MakeDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FSlateDynamicImageBrush](API\Runtime\SlateCore\Brushes\FSlateDynamicImageBrush) > MakeDynamicImageBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushTemplate, [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * TextureResource, const [FName](API\Runtime\Core\UObject\FName) TextureName ) const | [] | |
ISlateStyle::ISlateStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Constructor. | SlateCore | ISlateStyle() | [] |
ISlateStyle::~ISlateStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | Destructor. | SlateCore | virtual ~ISlateStyle() | [] |
ISlateStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h | SlateCore | class ISlateStyle | [] | |
ISlateWidgetStyleContainerInterface | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h | SlateCore | class ISlateWidgetStyleContainerInterface | [] | |
ISlateWidgetStyleContainerInterface::GetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h | SlateCore | const [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) *const GetStyle() const | [] | |
SlateBrushDefs::DefaultImageSize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | SlateCore | namespace SlateBrushDefs { static SlateBrushDefs::DefaultImageSize = 32.0f; } | [] | |
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | enum &123; WithCopy = true &125; | [] | |
TStructOpsTypeTraits< FButtonStyle > | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | template<> struct TStructOpsTypeTraits< FButtonStyle > : public [TStructOpsTypeTraitsBase2< FButtonStyle >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] | |
WithPostSerialize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | enum &123; WithPostSerialize = true &125; | [] | |
WithPostSerialize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | enum &123; WithPostSerialize = true &125; | [] | |
TStructOpsTypeTraits< FComboBoxStyle > | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | template<> struct TStructOpsTypeTraits< FComboBoxStyle > : public [TStructOpsTypeTraitsBase2< FComboBoxStyle >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] | |
TStructOpsTypeTraits< FCheckBoxStyle > | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | template<> struct TStructOpsTypeTraits< FCheckBoxStyle > : public [TStructOpsTypeTraitsBase2< FCheckBoxStyle >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] | |
WithStructuredSerializeFromMismatchedTag | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h | SlateCore | enum &123; WithStructuredSerializeFromMismatchedTag = true &125; | [] | |
WithPostSerialize | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | enum &123; WithPostSerialize = true &125; | [] | |
TStructOpsTypeTraits< FSlateColor > | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h | SlateCore | template<> struct TStructOpsTypeTraits< FSlateColor > : public [TStructOpsTypeTraitsBase2< FSlateColor >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] | |
USlateThemeManager::ApplyDefaultTheme | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h | Applies the default dark theme as the active theme | SlateCore | void ApplyDefaultTheme() | [] |
USlateThemeManager::ApplyTheme | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h | Applies a theme as the active theme | SlateCore | void ApplyTheme ( [FGuid](API\Runtime\Core\Misc\FGuid) ThemeId ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.