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
|
---|---|---|---|---|---|
FSlateSound::GetResourceObject | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | Ensure that you only access the resource as aUSoundBaseThe resource object, or null if this sound resource is empty | SlateCore | [UObject](API\Runtime\CoreUObject\UObject\UObject) * GetResourceObject() const | [] |
FSlateSound::StripLegacyData_DEPRECATED | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | Used when updating the ResourceObject within anFSlateSoundfrom the editor to clear out any legacy data that may be set. | SlateCore | void StripLegacyData_DEPRECATED() | [] |
FSlateSound::SetResourceObject | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | Sets the sound that is supposed to be played. | SlateCore | void SetResourceObject ( class [UObject](API\Runtime\CoreUObject\UObject\UObject) * InResourceObject ) | [] |
FSlateSound::SerializeFromMismatchedTag | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | Used to upgrade aFNameproperty to aFSlateSoundproperty | SlateCore | bool SerializeFromMismatchedTag ( struct [FPropertyTag](API\Runtime\CoreUObject\UObject\FPropertyTag) const & Tag, [FStructuredArchive::FSlot](API\Runtime\Core\Serialization\FStructuredArchive\FSlot) Slot ) | [] |
FSlateSound::FSlateSound | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | Default constructor. | SlateCore | FSlateSound() | [] |
FSlateSound | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | An intermediary to make UBaseSound available for Slate to play sounds | SlateCore | struct FSlateSound | [
{
"type": "TObjectPtr<UOb...",
"name": "ResourceObject",
"description": "Pointer to theUSoundBase."
}
] |
ISlateSoundDevice::GetSoundDuration | /Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h | The duration of the given sound resource | SlateCore | float GetSoundDuration ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & Sound ) const | [] |
ISlateSoundDevice::PlaySound | /Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h | Play the sound resource within the given Slate sound object | SlateCore | void PlaySound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & Sound, int32 UserIndex ) const | [] |
ISlateSoundDevice::~ISlateSoundDevice | /Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h | Virtual destructor: because it is an interface / pure virtual base class. | SlateCore | virtual ~ISlateSoundDevice() | [] |
WithStructuredSerializeFromMismatchedTag | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | SlateCore | enum &123; WithStructuredSerializeFromMismatchedTag = true &125; | [] |
|
ISlateSoundDevice | /Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h | Interface that Slate uses to play sounds. | SlateCore | class ISlateSoundDevice | [] |
TStructOpsTypeTraits< FSlateSound > | /Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h | SlateCore | template<> struct TStructOpsTypeTraits< FSlateSound > : public [TStructOpsTypeTraitsBase2< FSlateSound >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
CoreStyleConstants::ComboButtonMargin | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::ComboButtonMargin ( 8. f, 1. f, 8. f, 1. f ) } | [] |
|
CoreStyleConstants::ButtonMargins | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Buttons already have a built in (4., 2.) padding - adding to that a little. | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::ButtonMargins ( 12. f, 1. 5f, 12. f, 1. 5f ) } | [] |
CoreStyleConstants::Icon10x10 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon10x10 ( 10. 0f, 10. 0f ) } | [] |
|
CoreStyleConstants::DefaultMargins | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Common Margins. | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::DefaultMargins ( 8. f, 4. f ) } | [] |
CoreStyleConstants::Icon128x128 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon128x128 ( 128. 0f, 128. 0f ) } | [] |
|
CoreStyleConstants::Icon12x16 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon12x16 ( 12. 0f, 16. 0f ) } | [] |
|
CoreStyleConstants::Icon12x12 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon12x12 ( 12. 0f, 12. 0f ) } | [] |
|
CoreStyleConstants::Icon14x14 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon14x14 ( 14. 0f, 14. 0f ) } | [] |
|
CoreStyleConstants::Icon16x16 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon16x16 ( 16. 0f, 16. 0f ) } | [] |
|
CoreStyleConstants::Icon16x4 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon16x4 ( 16. 0f, 4. 0f ) } | [] |
|
CoreStyleConstants::Icon20x20 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon20x20 ( 20. 0f, 20. 0f ) } | [] |
|
CoreStyleConstants::Icon18x18 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon18x18 ( 18. 0f, 18. 0f ) } | [] |
|
CoreStyleConstants::Icon22x22 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon22x22 ( 22. 0f, 22. 0f ) } | [] |
|
CoreStyleConstants::Icon24x24 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon24x24 ( 24. 0f, 24. 0f ) } | [] |
|
CoreStyleConstants::Icon32x32 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon32x32 ( 32. 0f, 32. 0f ) } | [] |
|
CoreStyleConstants::Icon36x24 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon36x24 ( 36. 0f, 24. 0f ) } | [] |
|
CoreStyleConstants::Icon40x40 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon40x40 ( 40. 0f, 40. 0f ) } | [] |
|
CoreStyleConstants::Icon64x64 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon64x64 ( 64. 0f, 64. 0f ) } | [] |
|
CoreStyleConstants::Icon5x16 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | Note, these sizes are in Slate Units. Slate Units do NOT have to map to pixels. | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon5x16 ( 5. 0f, 16. 0f ) } | [] |
CoreStyleConstants::Icon25x25 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon25x25 ( 25. 0f, 25. 0f ) } | [] |
|
CoreStyleConstants::Icon8x4 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon8x4 ( 8. 0f, 4. 0f ) } | [] |
|
CoreStyleConstants::Icon8x8 | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) CoreStyleConstants::Icon8x8 ( 8. 0f, 8. 0f ) } | [] |
|
CoreStyleConstants::ToggleButtonMargins | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::ToggleButtonMargins ( 16. 0f, 2. 0f ) } | [] |
|
CoreStyleConstants::PressedButtonMargins | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::PressedButtonMargins ( 12. f, 2. 5f, 12. f, 0. 5f ) } | [] |
|
CoreStyleConstants::PressedComboButtonMargin | /Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h | SlateCore | namespace CoreStyleConstants { const [FMargin](API\Runtime\SlateCore\Layout\FMargin) CoreStyleConstants::PressedComboButtonMargin ( 8. f, 2. f, 8. f, 0. f ) } | [] |
|
ESlateBrushDrawType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Enumerates ways in which an image can be drawn. | SlateCore | namespace ESlateBrushDrawType { enum Type { NoDrawType, Box, Border, Image, RoundedBox, } } | [] |
ESlateBrushImageType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Enumerates brush image types. | SlateCore | namespace ESlateBrushImageType { enum Type { NoImage, FullColor, Linear, Vector, } } | [] |
ESlateBrushMirrorType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Possible options for mirroring the brush image | SlateCore | namespace ESlateBrushMirrorType { enum Type { NoMirror, Horizontal, Vertical, Both, } } | [] |
ESlateCheckBoxType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Type of check box | SlateCore | namespace ESlateCheckBoxType { enum Type { CheckBox, ToggleButton, } } | [] |
ESlateBrushTileType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Enumerates tiling options for image drawing. | SlateCore | namespace ESlateBrushTileType { enum Type { NoTile, Horizontal, Vertical, Both, } } | [] |
FAppStyle::Get | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get() | [] |
|
AppStyleName | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static [FName](API\Runtime\Core\UObject\FName) AppStyleName = "CoreStyle"; | [] |
|
ESlateBrushRoundingType::Type | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h | Enumerates rounding options | SlateCore | namespace ESlateBrushRoundingType { enum Type { FixedRadius, HalfHeightRadius, } } | [] |
FAppStyle::GetAppStyleSetName | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) GetAppStyleSetName() | [] |
|
FAppStyle::GetBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBrush ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetColor | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetColor ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetDefaultBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetDefaultBrush() | [] |
|
FAppStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | 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 ) | [] |
|
FAppStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | 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 ) | [] |
|
FAppStyle::GetDynamicImageBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | 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 ) | [] |
|
FAppStyle::GetFloat | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static float GetFloat ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetMargin | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & GetMargin ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetFontStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetFontStyle ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetOptionalBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetOptionalBrush ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) *const DefaultBrush ) | [] |
|
FAppStyle::GetSound | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & GetSound ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetNoBrush | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetNoBrush() | [] |
|
FAppStyle::GetSlateColor | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetSlateColor ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetVector | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static FVector2D GetVector ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::GetWidgetStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | template<class T> static const T & GetWidgetStyle ( [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) | [] |
|
FAppStyle::SetAppStyleSet | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static void SetAppStyleSet ( const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & InStyle ) | [] |
|
FAppStyle::Join | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | Concatenates two FNames.e If A and B are "Path.To" and ".Something" the result "Path.To.Something".
NewFNamethat is A concatenated with B. | SlateCore | static [FName](API\Runtime\Core\UObject\FName) Join ( [FName](API\Runtime\Core\UObject\FName) A, const ANSICHAR * B ) | [] |
FAppStyle::SetAppStyleSetName | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | SlateCore | static void SetAppStyleSetName ( const [FName](API\Runtime\Core\UObject\FName) & InName ) | [] |
|
FButtonStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & GetDefault() | [] |
|
FAppStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h | Currently, this code defaults to useFCoreStyle::GetCoreStyle()if the named style is not found. | SlateCore | class FAppStyle | [] |
FButtonStyle::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 | [] |
FButtonStyle::SetDisabled | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetDisabled ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InDisabled ) | [] |
|
FButtonStyle::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 ) | [] |
FButtonStyle::SetDisabledForeground | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetDisabledForeground ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InDisabledForeground ) | [] |
|
FButtonStyle::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 | [] |
FButtonStyle::SetHovered | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetHovered ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHovered ) | [] |
|
FButtonStyle::SetNormal | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetNormal ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InNormal ) | [] |
|
FButtonStyle::SetHoveredForeground | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetHoveredForeground ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InHoveredForeground ) | [] |
|
FButtonStyle::SetHoveredSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetHoveredSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InHoveredSound ) | [] |
|
FButtonStyle::SetNormalPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetNormalPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InNormalPadding ) | [] |
|
FButtonStyle::SetNormalForeground | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetNormalForeground ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InNormalForeground ) | [] |
|
FButtonStyle::SetPressed | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetPressed ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InPressed ) | [] |
|
FButtonStyle::SetPressedPadding | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetPressedPadding ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InPressedPadding ) | [] |
|
FButtonStyle::SetPressedForeground | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetPressedForeground ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InPressedForeground ) | [] |
|
TypeName | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) TypeName; | [] |
|
FButtonStyle::SetPressedSound | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & SetPressedSound ( const [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) & InPressedSound ) | [] |
|
FButtonStyle::UnlinkColors | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | FSlateColor::Unlink | SlateCore | void UnlinkColors() | [] |
FButtonStyle::FButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | FButtonStyle() | [] |
|
FButtonStyle::~FButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | virtual ~FButtonStyle() | [] |
|
FButtonStyle | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | Represents the appearance of anSButton | SlateCore | struct FButtonStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle) | [
{
"type": "FSlateBrush",
"name": "Disabled",
"description": "Button appearance when disabled, by default this is set to an invalid resource when that is the case default disabled drawing is used."
},
{
"type": "FSlateColor",
"name": "DisabledForeground",
"description": "Foreground Color when disabled"
},
{
"type": "FSlateBrush",
"name": "Hovered",
"description": "Button appearance when hovered"
},
{
"type": "FSlateColor",
"name": "HoveredForeground",
"description": "Foreground Color when hovered"
},
{
"type": "FSlateSound",
"name": "HoveredSlateSound",
"description": "The sound the button should play when initially hovered over"
},
{
"type": "FSlateBrush",
"name": "Normal",
"description": "Button appearance when the button is not hovered or pressed"
},
{
"type": "FSlateColor",
"name": "NormalForeground",
"description": "Foreground Color when the button is not hovered or pressed"
},
{
"type": "FMargin",
"name": "NormalPadding",
"description": "Padding that accounts for the border in the button's background image."
},
{
"type": "FSlateBrush",
"name": "Pressed",
"description": "Button appearance when pressed"
},
{
"type": "FSlateColor",
"name": "PressedForeground",
"description": "Foreground Color when pressed"
},
{
"type": "FMargin",
"name": "PressedPadding",
"description": "Same as NormalPadding but used when the button is pressed."
},
{
"type": "FSlateSound",
"name": "PressedSlateSound",
"description": "The sound the button should play when pressed"
}
] |
FCheckBoxStyle::GetDefault | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | static const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & GetDefault() | [] |
|
FCheckBoxStyle::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 | [] |
FCheckBoxStyle::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 | [] |
FCheckBoxStyle::SetBackgroundHoveredImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetBackgroundHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundHoveredImage ) | [] |
|
FCheckBoxStyle::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 ) | [] |
FCheckBoxStyle::SetBackgroundImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetBackgroundImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundImage ) | [] |
|
FCheckBoxStyle::SetBackgroundPressedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetBackgroundPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InBackgroundPressedImage ) | [] |
|
FCheckBoxStyle::SetBorderBackgroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetBorderBackgroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InBorderBackgroundColor ) | [] |
|
FCheckBoxStyle::SetCheckBoxType | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckBoxType ( [ESlateCheckBoxType::Type](API\Runtime\SlateCore\Styling\ESlateCheckBoxType__Type) InCheckBoxType ) | [] |
|
FCheckBoxStyle::SetCheckedForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InCheckedForeground ) | [] |
|
FCheckBoxStyle::SetCheckedHoveredImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InCheckedHoveredImage ) | [] |
|
FCheckBoxStyle::SetCheckedImage | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InCheckedImage ) | [] |
|
FCheckBoxStyle::SetCheckedHoveredForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedHoveredForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InCheckedHoveredForeground ) | [] |
|
FCheckBoxStyle::SetCheckedPressedForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h | SlateCore | [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & SetCheckedPressedForegroundColor ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InCheckedPressedForeground ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.