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
|
---|---|---|---|---|---|
FSlateStyleSet::MakeDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const WIDECHAR * RelativePath )
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const ANSICHAR * RelativePath )
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const [FString](API\Runtime\Core\Containers\FString) & RelativePath )
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const ANSICHAR * RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const [FString](API\Runtime\Core\Containers\FString) & RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::RootToContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToContentDir ( const WIDECHAR * RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const ANSICHAR * RelativePath )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const [FString](API\Runtime\Core\Containers\FString) & RelativePath )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const ANSICHAR * RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const WIDECHAR * RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const WIDECHAR * RelativePath )
|
[] |
|
FSlateStyleSet::RootToCoreContentDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) RootToCoreContentDir ( const [FString](API\Runtime\Core\Containers\FString) & RelativePath, const TCHAR * Extension )
|
[] |
|
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
template<typename DefinitionType> void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const DefinitionType & InStyleDefintion )
|
[] |
|
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Add aFSlateBrushproperty to this style's collection
|
SlateCore
|
template<typename BrushType> void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, BrushType * InBrush )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SetFSlateFontInfoproperties
|
SlateCore
|
void Set ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SetFSlateSoundproperties
|
SlateCore
|
void Set ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InSound )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Set float properties
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const float InFloat )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) & InVector )
|
[] |
|
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Add a FVector2D property to this style's collection.
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const FVector2D & InVector )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SetFLinearColorproperty.
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColor )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FColor](API\Runtime\Core\Math\FColor) & InColor )
|
[] |
|
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const FVector2f & InVector )
|
[] |
|
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Add aFMarginproperty to this style's collection.
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin )
|
[] |
FSlateStyleSet::Set
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Add a FSlateLinearColor property to this style's collection.
|
SlateCore
|
void Set ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColor )
|
[] |
FSlateStyleSet::SetCoreContentRoot
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual void SetCoreContentRoot ( const [FString](API\Runtime\Core\Containers\FString) & InCoreContentRootDir )
|
[] |
|
FSlateStyleSet::SetParentStyleName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Name a Parent Style to fallback on if the requested styles are specified in this style
|
SlateCore
|
void SetParentStyleName ( const [FName](API\Runtime\Core\UObject\FName) & InParentStyleName )
|
[] |
FSlateStyleSet::SetContentRoot
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual void SetContentRoot ( const [FString](API\Runtime\Core\Containers\FString) & InContentRootDir )
|
[] |
|
FSlateStyleSet::FSlateStyleSet
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Construct a style chunk.
|
SlateCore
|
FSlateStyleSet ( const [FName](API\Runtime\Core\UObject\FName) & InStyleSetName )
|
[] |
FSlateStyleSet
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
A slate style chunk that contains a collection of named properties that guide the appearance of Slate. At the moment, basicallyFAppStyle.
|
SlateCore
|
class FSlateStyleSet : public [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle)
|
[
{
"type": "TMap<FName,FS...",
"name": "BrushResources",
"description": ""
},
{
"type": "TMap<FName,FL...",
"name": "ColorValues",
"description": "Color property storage."
},
{
"type": "FString",
"name": "ContentRootDir",
"description": "This dir is Engine/Editor/Slate folder"
},
{
"type": "FString",
"name": "CoreContentRootDir",
"description": "This dir is Engine/Slate folder to share the items"
},
{
"type": "FSlateBrush\u0004...",
"name": "DefaultBrush",
"description": "FSlateBrushproperty storage"
},
{
"type": "TMap<FName,TW...",
"name": "DynamicBrushes",
"description": "A list of dynamic brushes"
},
{
"type": "TMap<FName, fl...",
"name": "FloatValues",
"description": "Float property storage."
},
{
"type": "TMap<FName,FS...",
"name": "FontInfoResources",
"description": "FSlateFontInfoproperty storage."
},
{
"type": "TMap<FName,FM...",
"name": "MarginValues",
"description": "FMarginproperty storage."
},
{
"type": "TSet<FName>",
"name": "MissingResources",
"description": "A set of resources that were requested, but not found."
},
{
"type": "FName",
"name": "ParentStyleName",
"description": ""
},
{
"type": "TMap<FName,FS...",
"name": "SlateColorValues",
"description": "FSlateColorproperty storage."
},
{
"type": "TMap<FName,FS...",
"name": "Sounds",
"description": "SlateSound property storage"
},
{
"type": "FName",
"name": "StyleSetName",
"description": "The name used to identity this style set"
},
{
"type": "TMap<FName, FV...",
"name": "Vector2DValues",
"description": "FVector2D property storage."
},
{
"type": "TMap<FName,TS...",
"name": "WidgetStyleValues",
"description": ""
}
] |
FSlateStyleSet::~FSlateStyleSet
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Destructor.
|
SlateCore
|
virtual ~FSlateStyleSet()
|
[] |
FSlateWidgetStyle::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.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
|
[] |
FSlateWidgetStyle::GetTypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h
|
This method must be implemented by inherited structures.
Widget style name.
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
|
[] |
FSlateWidgetStyle::FSlateWidgetStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h
|
Default constructor.
|
SlateCore
|
FSlateWidgetStyle()
|
[] |
FSlateWidgetStyle::~FSlateWidgetStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h
|
Virtual Destructor.
|
SlateCore
|
virtual ~FSlateWidgetStyle()
|
[] |
FSlateWidgetStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h
|
Base structure for widget styles.
|
SlateCore
|
struct FSlateWidgetStyle
|
[] |
FSliderStyle::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
|
[] |
FSliderStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & GetDefault()
|
[] |
|
FSliderStyle::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
|
[] |
FSliderStyle::SetBarThickness
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetBarThickness ( float InBarThickness )
|
[] |
|
FSliderStyle::SetDisabledBarImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetDisabledBarImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDisabledBarImage )
|
[] |
|
FSliderStyle::SetDisabledThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetDisabledThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDisabledThumbImage )
|
[] |
|
FSliderStyle::SetNormalBarImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetNormalBarImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InNormalBarImage )
|
[] |
|
FSliderStyle::SetHoveredBarImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetHoveredBarImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHoveredBarImage )
|
[] |
|
FSliderStyle::SetHoveredThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetHoveredThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHoveredThumbImage )
|
[] |
|
FSliderStyle::SetNormalThumbImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) & SetNormalThumbImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InNormalThumbImage )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FSliderStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
FSliderStyle::FSliderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FSliderStyle()
|
[] |
|
FSliderStyle::~FSliderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FSliderStyle()
|
[] |
|
FSliderStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSSlider
|
SlateCore
|
struct FSliderStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "float",
"name": "BarThickness",
"description": ""
},
{
"type": "FSlateBrush",
"name": "DisabledBarImage",
"description": "Image to use when the slider bar is in its disabled state"
},
{
"type": "FSlateBrush",
"name": "DisabledThumbImage",
"description": "Image to use when the slider thumb is in its disabled state"
},
{
"type": "FSlateBrush",
"name": "HoveredBarImage",
"description": "Image to use when the slider bar is in its hovered state"
},
{
"type": "FSlateBrush",
"name": "HoveredThumbImage",
"description": "Image to use when the slider thumb is in its hovered state"
},
{
"type": "FSlateBrush",
"name": "NormalBarImage",
"description": "Image to use when the slider bar is in its normal state"
},
{
"type": "FSlateBrush",
"name": "NormalThumbImage",
"description": "Image to use when the slider thumb is in its normal state"
}
] |
FSpinBoxStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & GetDefault()
|
[] |
|
FSpinBoxStyle::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
|
[] |
FSpinBoxStyle::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
|
[] |
FSpinBoxStyle::SetActiveBackgroundBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetActiveBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundBrush )
|
[] |
|
FSpinBoxStyle::SetActiveFillBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetActiveFillBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InActiveFillBrush )
|
[] |
|
FSpinBoxStyle::SetArrowsImage
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetArrowsImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InArrowsImage )
|
[] |
|
FSpinBoxStyle::SetBackgroundBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundBrush )
|
[] |
|
FSpinBoxStyle::SetForegroundColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InForegroundColor )
|
[] |
|
FSpinBoxStyle::SetHoveredBackgroundBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetHoveredBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHoveredBackgroundBrush )
|
[] |
|
FSpinBoxStyle::SetHoveredFillBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetHoveredFillBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHoveredBrush )
|
[] |
|
FSpinBoxStyle::SetInactiveFillBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetInactiveFillBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InInactiveFillBrush )
|
[] |
|
FSpinBoxStyle::SetInsetPadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetInsetPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InInsetPadding )
|
[] |
|
FSpinBoxStyle::SetTextPadding
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSpinBoxStyle](API\Runtime\SlateCore\Styling\FSpinBoxStyle) & SetTextPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InTextPadding )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FSpinBoxStyle::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
FSpinBoxStyle::FSpinBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FSpinBoxStyle()
|
[] |
|
FSpinBoxStyle::~FSpinBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FSpinBoxStyle()
|
[] |
|
FSplitterStyle::GetDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FSplitterStyle](API\Runtime\SlateCore\Styling\FSplitterStyle) & GetDefault()
|
[] |
|
FSpinBoxStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSSpinBox
|
SlateCore
|
struct FSpinBoxStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "ActiveBackgroundBrush",
"description": ""
},
{
"type": "FSlateBrush",
"name": "ActiveFillBrush",
"description": "Brush used to fill the spinbox when it's active"
},
{
"type": "FSlateBrush",
"name": "ArrowsImage",
"description": "Image used to draw the spinbox arrows"
},
{
"type": "FSlateBrush",
"name": "BackgroundBrush",
"description": "Brush used to draw the background of the spinbox"
},
{
"type": "FSlateColor",
"name": "ForegroundColor",
"description": "Color used to draw the spinbox foreground elements"
},
{
"type": "FSlateBrush",
"name": "HoveredBackgroundBrush",
"description": "Brush used to draw the background of the spinbox when it's hovered over"
},
{
"type": "FSlateBrush",
"name": "HoveredFillBrush",
"description": "Brush used to fill the spinbox when it's hovered and not active"
},
{
"type": "FSlateBrush",
"name": "InactiveFillBrush",
"description": "Brush used to fill the spinbox when it's inactive"
},
{
"type": "FMargin",
"name": "InsetPadding",
"description": "Padding between the background brush and the fill brush"
},
{
"type": "FMargin",
"name": "TextPadding",
"description": "Padding to add around the spinbox and its text"
}
] |
FSplitterStyle::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
|
[] |
FSplitterStyle::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
|
[] |
FSplitterStyle::SetHandleHighlightBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSplitterStyle](API\Runtime\SlateCore\Styling\FSplitterStyle) & SetHandleHighlightBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHandleHighlightBrush )
|
[] |
|
FSplitterStyle::SetHandleNormalBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
[FSplitterStyle](API\Runtime\SlateCore\Styling\FSplitterStyle) & SetHandleNormalBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHandleNormalBrush )
|
[] |
|
TypeName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
|
[] |
|
FSplitterStyle::FSplitterStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
FSplitterStyle()
|
[] |
|
FSplitterStyle::~FSplitterStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
SlateCore
|
virtual ~FSplitterStyle()
|
[] |
|
FSplitterStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h
|
Represents the appearance of anSSplitter
|
SlateCore
|
struct FSplitterStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "HandleHighlightBrush",
"description": "Brush used to draw the handle in its highlight state"
},
{
"type": "FSlateBrush",
"name": "HandleNormalBrush",
"description": "Brush used to draw the handle in its normal state"
}
] |
FStarshipCoreStyle::Create
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Create()
|
[] |
|
FStarshipCoreStyle::FStyle::FStyle
|
/Engine/Source/Runtime/SlateCore/Private/Styling/StarshipCoreStyle.cpp
|
SlateCore
|
FStyle &40; const FName & InStyleSetName &41;
|
[] |
|
FStyle
|
/Engine/Source/Runtime/SlateCore/Private/Styling/StarshipCoreStyle.cpp
|
SlateCore
|
class FStyle : public [FSlateStyleSet](API\Runtime\SlateCore\Styling\FSlateStyleSet)
|
[
{
"type": "constTSharedRe...",
"name": "HighlightColor_LinearRef",
"description": ""
},
{
"type": "constTSharedRe...",
"name": "SelectionColor_Inactive_LinearRef",
"description": ""
},
{
"type": "constTSharedRe...",
"name": "SelectionColor_LinearRef",
"description": ""
},
{
"type": "constTSharedRe...",
"name": "SelectionColor_Pressed_LinearRef",
"description": ""
},
{
"type": "constTSharedRe...",
"name": "SelectorColor_LinearRef",
"description": ""
}
] |
|
FStarshipCoreStyle::Get
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.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, useFStarshipCoreStyle::GetCoreStyle().
the Application Style
|
SlateCore
|
static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get()
|
[] |
FStarshipCoreStyle::GetCoreStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
the singleton instance of the style created in .
|
SlateCore
|
static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & GetCoreStyle()
|
[] |
FStarshipCoreStyle::GetDefaultFont
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
Get the default font for Slate
|
SlateCore
|
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) > GetDefaultFont()
|
[] |
FStarshipCoreStyle::GetDefaultFontStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.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 )
|
[] |
FStarshipCoreStyle::FStyle::SetColor
|
/Engine/Source/Runtime/SlateCore/Private/Styling/StarshipCoreStyle.cpp
|
SlateCore
|
static void SetColor &40; const TSharedRef< FLinearColor > & Source, const FLinearColor & Value &41;
|
[] |
|
FStarshipCoreStyle::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.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 )
|
[] |
FStarshipCoreStyle::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.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 )
|
[] |
FStarshipCoreStyle::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.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/StarshipCoreStyle.h
|
Singleton instances of this style.
|
SlateCore
|
static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > Instance = nullptr;
|
[] |
FStarshipCoreStyle::IsInitialized
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static bool IsInitialized()
|
[] |
|
RegularTextSize
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static const int32 RegularTextSize = 10;
|
[] |
|
FStarshipCoreStyle::ResetToDefault
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static void ResetToDefault()
|
[] |
|
FStarshipCoreStyle::SetFocusBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static void SetFocusBrush ( [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * NewBrush )
|
[] |
|
FStarshipCoreStyle::SetInactiveSelectionColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static void SetInactiveSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor )
|
[] |
|
FStarshipCoreStyle::SetSelectionColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static void SetSelectionColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor )
|
[] |
|
FStarshipCoreStyle::SetSelectorColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
Used to override the default selection colors
|
SlateCore
|
static void SetSelectorColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & NewColor )
|
[] |
SmallTextSize
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
SlateCore
|
static const int32 SmallTextSize = 8;
|
[] |
|
FStarshipCoreStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h
|
Core slate style
|
SlateCore
|
class FStarshipCoreStyle
|
[] |
FStyleColorList
|
/Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h
|
SlateCore
|
struct FStyleColorList
|
[
{
"type": "FText[(int32) E...",
"name": "DisplayNames",
"description": ""
},
{
"type": "FLinearColor[(i...",
"name": "StyleColors",
"description": ""
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.