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
|
---|---|---|---|---|---|
FSegmentedControlStyle::SetControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
[FSegmentedControlStyle](API\Runtime\SlateCore\Styling\FSegmentedControlStyle) & SetControlStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) & InStyle )
|
[] |
|
FSegmentedControlStyle::~FSegmentedControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
virtual ~FSegmentedControlStyle()
|
[] |
|
FSegmentedControlStyle::FSegmentedControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
SlateCore
|
FSegmentedControlStyle()
|
[] |
|
FSegmentedControlStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SegmentedControlStyle.h
|
Represents the appearance of anSSegmentedControl
|
SlateCore
|
struct FSegmentedControlStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
|
[
{
"type": "FSlateBrush",
"name": "BackgroundBrush",
"description": "Background of the segmented control"
},
{
"type": "FCheckBoxStyle",
"name": "ControlStyle",
"description": "The style to use for our Center Control"
},
{
"type": "FCheckBoxStyle",
"name": "FirstControlStyle",
"description": "The style to use for our Left Control"
},
{
"type": "FCheckBoxStyle",
"name": "LastControlStyle",
"description": "The style to use for our Left Control"
},
{
"type": "FMargin",
"name": "UniformPadding",
"description": "Padding between each control"
}
] |
FSlateBrush::GetImageSize
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetImageSize() const
|
[] |
|
FSlateBrush::GetDrawType
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
[ESlateBrushDrawType::Type](API\Runtime\SlateCore\Styling\ESlateBrushDrawType__Type) GetDrawType() const
|
[] |
|
FSlateBrush::GetImageType
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
[ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) GetImageType() const
|
[] |
|
FSlateBrush::GetMirroring
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
[ESlateBrushMirrorType::Type](API\Runtime\SlateCore\Styling\ESlateBrushMirrorType__Type) GetMirroring() const
|
[] |
|
FSlateBrush::GetRenderingResource
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
const [FSlateResourceHandle](API\Runtime\SlateCore\Rendering\FSlateResourceHandle) & GetRenderingResource() const
|
[] |
|
FSlateBrush::GetMargin
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & GetMargin() const
|
[] |
|
FSlateBrush::AddReferencedObjects
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Report any references to UObjects to the reference collector.
|
SlateCore
|
void AddReferencedObjects ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector, [UObject](API\Runtime\CoreUObject\UObject\UObject) * ReferencingObject )
|
[] |
FSlateBrush::GetRenderingResource
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
const [FSlateResourceHandle](API\Runtime\SlateCore\Rendering\FSlateResourceHandle) & GetRenderingResource ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) LocalSize, float DrawScale ) const
|
[] |
|
FSlateBrush::GetResourceName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Gets the name of the resource object, if any.
Resource name, or NAME_None if the resource object is not set.
|
SlateCore
|
const [FName](API\Runtime\Core\UObject\FName) GetResourceName() const
|
[] |
FSlateBrush::GetTiling
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
[ESlateBrushTileType::Type](API\Runtime\SlateCore\Styling\ESlateBrushTileType__Type) GetTiling() const
|
[] |
|
FSlateBrush::GetResourceObject
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
The object may be aUMaterialInterfaceor aUTexture.
The resource object, or nullptr if it is not set.
|
SlateCore
|
[UObject](API\Runtime\CoreUObject\UObject\UObject) * GetResourceObject() const
|
[] |
FSlateBrush::GetUVRegion
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Get brush UV region, should check if region is valid before using it
UV region
|
SlateCore
|
[UE::Slate::FDeprecateBox2D](API\Runtime\SlateCore\Types\FDeprecateBox2D) GetUVRegion() const
|
[] |
FSlateBrush::HasUObject
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Checks whether this brush has aUTextureobject
true if it has aUTextureobject, false otherwise.
|
SlateCore
|
bool HasUObject() const
|
[] |
FSlateBrush::GetTint
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Gets the brush's tint color.
Tint color.
|
SlateCore
|
[FLinearColor](API\Runtime\Core\Math\FLinearColor) GetTint ( const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle ) const
|
[] |
FSlateBrush::InvalidateResourceHandle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
void InvalidateResourceHandle()
|
[] |
|
FSlateBrush::IsDynamicallyLoaded
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Checks whether the brush resource is loaded dynamically.
true if loaded dynamically, false otherwise.
|
SlateCore
|
bool IsDynamicallyLoaded() const
|
[] |
FSlateBrush::IsSet
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
bool IsSet() const
|
[] |
|
FSlateBrush::operator==
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Compares this brush with another for equality.
true if the two brushes are equal, false otherwise.
|
SlateCore
|
bool operator== ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Other ) const
|
[] |
FSlateBrush::operator!=
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Compares this brush with another for inequality.
false if the two brushes are equal, true otherwise.
|
SlateCore
|
bool operator!= ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & Other ) const
|
[] |
FSlateBrush::SetImageSize
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
void SetImageSize ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) InImageSize )
|
[] |
|
FSlateBrush::SetResourceObject
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Sets theUObjectthat represents the brush resource.
|
SlateCore
|
void SetResourceObject ( class [UObject](API\Runtime\CoreUObject\UObject\UObject) * InResourceObject )
|
[] |
FSlateBrush::SetUVRegion
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Set brush UV region
|
SlateCore
|
void SetUVRegion ( const FBox2d & InUVRegion )
|
[] |
FSlateBrush::SetUVRegion
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
void SetUVRegion ( const FBox2f & InUVRegion )
|
[] |
|
FSlateBrush::UTextureIdentifier
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Gets the identifier forUObjectbased texture paths.
Texture identifier string.
|
SlateCore
|
static const [FString](API\Runtime\Core\Containers\FString) UTextureIdentifier()
|
[] |
FSlateBrush::UnlinkColors
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
FSlateColor::Unlink
|
SlateCore
|
void UnlinkColors()
|
[] |
FSlateBrush::FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Default constructor.
|
SlateCore
|
FSlateBrush()
|
[] |
FSlateBrush::FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
This constructor is protected; use one of the deriving classes instead.
|
SlateCore
|
FSlateBrush ( [ESlateBrushDrawType::Type](API\Runtime\SlateCore\Styling\ESlateBrushDrawType__Type) InDrawType, const [FName](API\Runtime\Core\UObject\FName) InResourceName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, [ESlateBrushTileType::Type](API\Runtime\SlateCore\Styling\ESlateBrushTileType__Type) InTiling, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InImageSize, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InTint, [UObject](API\Runtime\CoreUObject\UObject\UObject) * InObjectResource, bool bInDynamicallyLoaded )
|
[] |
FSlateBrush::FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrush ( [ESlateBrushDrawType::Type](API\Runtime\SlateCore\Styling\ESlateBrushDrawType__Type) InDrawType, const [FName](API\Runtime\Core\UObject\FName) InResourceName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, [ESlateBrushTileType::Type](API\Runtime\SlateCore\Styling\ESlateBrushTileType__Type) InTiling, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InImageSize, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InTint, [UObject](API\Runtime\CoreUObject\UObject\UObject) * InObjectResource, bool bInDynamicallyLoaded )
|
[] |
|
FSlateBrush::FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrush ( [ESlateBrushDrawType::Type](API\Runtime\SlateCore\Styling\ESlateBrushDrawType__Type) InDrawType, const [FName](API\Runtime\Core\UObject\FName) InResourceName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, [ESlateBrushTileType::Type](API\Runtime\SlateCore\Styling\ESlateBrushTileType__Type) InTiling, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InImageSize, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InTint, [UObject](API\Runtime\CoreUObject\UObject\UObject) * InObjectResource, bool bInDynamicallyLoaded )
|
[] |
|
FSlateBrush::~FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
virtual ~FSlateBrush()
|
[] |
|
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings()
|
[] |
|
FSlateBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
A brush which contains information about how to draw a Slate element
|
SlateCore
|
struct FSlateBrush
|
[
{
"type": "uint8: 1",
"name": "bIsDynamicallyLoaded",
"description": "Whether or not the brush path is a path to aUObject"
},
{
"type": "uint8: 1",
"name": "bIsSet",
"description": "This is true for all constructed brushes except for optional brushes"
},
{
"type": "TEnumAsByte< en...",
"name": "DrawAs",
"description": "How to draw the image"
},
{
"type": "FDeprecateSlate...",
"name": "ImageSize",
"description": "Size of the resource in Slate Units"
},
{
"type": "TEnumAsByte< en...",
"name": "ImageType",
"description": "The type of image"
},
{
"type": "FMargin",
"name": "Margin",
"description": "The margin to use in Box and Border modes"
},
{
"type": "TEnumAsByte< en...",
"name": "Mirroring",
"description": "How to mirror the image in Image mode."
},
{
"type": "FSlateBrushOutl...",
"name": "OutlineSettings",
"description": "How to draw the outline. Currently only used for RoundedBox type brushes."
},
{
"type": "FSlateResourceH...",
"name": "ResourceHandle",
"description": "Rendering resource for this brush"
},
{
"type": "FName",
"name": "ResourceName",
"description": "The name of the rendering resource to use"
},
{
"type": "TEnumAsByte< en...",
"name": "Tiling",
"description": "How to tile the image in Image mode"
},
{
"type": "FSlateColor",
"name": "TintColor",
"description": "Tinting applied to the image."
},
{
"type": "FBox2f",
"name": "UVRegion",
"description": "Optional UV region for an image When valid - overrides UV region specified in resource proxy"
}
] |
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings ( float InUniformRadius )
|
[] |
|
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings ( FVector4 InRadius )
|
[] |
|
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings ( float InUniformRadius, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColor, float InWidth )
|
[] |
|
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColor, float InWidth )
|
[] |
|
FSlateBrushOutlineSettings::FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
SlateCore
|
FSlateBrushOutlineSettings ( FVector4 InRadius, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColor, float InWidth )
|
[] |
|
FSlateColor::GetColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
GetSpecifiedColor
|
SlateCore
|
const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetColor ( const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle ) const
|
[] |
FSlateBrushOutlineSettings
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h
|
Possible options for rounded box brush image
|
SlateCore
|
struct FSlateBrushOutlineSettings
|
[
{
"type": "bool",
"name": "bUseBrushTransparency",
"description": "True if we should use the owning brush's transparency as our own"
},
{
"type": "FSlateColor",
"name": "Color",
"description": "Tinting applied to the border outline."
},
{
"type": "FVector4",
"name": "CornerRadii",
"description": "Radius in Slate Units applied to the outline at each corner."
},
{
"type": "TEnumAsByte< en...",
"name": "RoundingType",
"description": "The Rounding Type"
},
{
"type": "float",
"name": "Width",
"description": "Line width in Slate Units applied to the border outline."
}
] |
FSlateColor::GetColorFromTable
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
SlateCore
|
const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GetColorFromTable() const
|
[] |
|
FSlateColor::GetSpecifiedColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
IsColorSpecified
|
SlateCore
|
[FLinearColor](API\Runtime\Core\Math\FLinearColor) GetSpecifiedColor() const
|
[] |
FSlateColor::IsColorSpecified
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
GetSpecifiedColor
|
SlateCore
|
bool IsColorSpecified() const
|
[] |
FSlateColor::operator==
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Compares this color with another for equality.
true if the two colors are equal, false otherwise.
|
SlateCore
|
bool operator== ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & Other ) const
|
[] |
FSlateColor::operator!=
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Compares this color with another for inequality.
false if the two colors are equal, true otherwise.
|
SlateCore
|
bool operator!= ( const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & Other ) const
|
[] |
FSlateColor::Unlink
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
If the color rule is set to UseColor_Specified_Link, this will copy the linked color internally, unlink it and set the color rule to UseColor_Specified. Nothing happens if the color rule is not set to UseColor_Specified_Link.
|
SlateCore
|
void Unlink()
|
[] |
FSlateColor::SerializeFromMismatchedTag
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Used to upgrade anFColororFLinearColorproperty to anFSlateColorproperty
|
SlateCore
|
bool SerializeFromMismatchedTag ( const struct [FPropertyTag](API\Runtime\CoreUObject\UObject\FPropertyTag) & Tag, [FStructuredArchive::FSlot](API\Runtime\Core\Serialization\FStructuredArchive\FSlot) Slot )
|
[] |
FSlateColor::UseForeground
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
anFSlateColorthat is the widget's foreground.
|
SlateCore
|
static [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) UseForeground()
|
[] |
FSlateColor::UseStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
anFSlateColorthat is the subdued version of the widget's foreground.
|
SlateCore
|
static [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) UseStyle()
|
[] |
FSlateColor::UseSubduedForeground
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
anFSlateColorthat is the subdued version of the widget's foreground.
|
SlateCore
|
static [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) UseSubduedForeground()
|
[] |
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Uninitialized Slate colors are Fuchsia by default.
|
SlateCore
|
FSlateColor()
|
[] |
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Creates a new Slate color with the specified values.
|
SlateCore
|
FSlateColor ( const [FColor](API\Runtime\Core\Math\FColor) InColor )
|
[] |
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Creates a new Slate color with the specified values.
|
SlateCore
|
FSlateColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColor )
|
[] |
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Creates a new Slate color that is linked to the given values.
|
SlateCore
|
FSlateColor ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InColor )
|
[] |
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
SlateCore
|
FSlateColor ( EStyleColor InColorTableId )
|
[] |
|
FSlateColor::FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
Private constructor to prevent construction of invalid FSlateColors.
|
SlateCore
|
FSlateColor ( ESlateColorStylingMode InColorUseRule )
|
[] |
FSlateColor::~FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
SlateCore
|
~FSlateColor()
|
[] |
|
FSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h
|
A Slate color can be a directly specified value, or the color can be pulled from a WidgetStyle.
|
SlateCore
|
struct FSlateColor
|
[
{
"type": "ESlateColorStyl...",
"name": "ColorUseRule",
"description": "The rule for which color to pick."
},
{
"type": "FLinearColor",
"name": "SpecifiedColor",
"description": "The current specified color; only meaningful when ColorToUse == UseColor_Specified."
}
] |
FSlateIconFinder::FindCustomIconForClass
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Find a custom icon to use for the supplied class, according to the specified base style
AnFSlateIconstructure defining the class's icon
|
SlateCore
|
static [FSlateIcon](API\Runtime\SlateCore\Textures\FSlateIcon) FindCustomIconForClass ( const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, const TCHAR * StyleBasePath, const [FName](API\Runtime\Core\UObject\FName) & InDefaultName )
|
[] |
FSlateIconFinder::FindCustomIconBrushForClass
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Find a custom icon to use for the supplied class, according to the specified base style
A slate brush, or nullptr if no icon was found
|
SlateCore
|
static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * FindCustomIconBrushForClass ( const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, const TCHAR * StyleBasePath, const [FName](API\Runtime\Core\UObject\FName) & InDefaultName )
|
[] |
FSlateIconFinder::FindIcon
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Find the first occurance of a brush represented by the specified IconName in any of the registered style sets
AnFSlateIconstructure
|
SlateCore
|
static [FSlateIcon](API\Runtime\SlateCore\Textures\FSlateIcon) FindIcon ( const [FName](API\Runtime\Core\UObject\FName) & InIconName )
|
[] |
FSlateIconFinder::FindIconBrushForClass
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Find a slate brush to use for the supplied class's icon
A slate brush, or nullptr if no icon was found
|
SlateCore
|
static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * FindIconBrushForClass ( const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, const [FName](API\Runtime\Core\UObject\FName) & InDefaultName )
|
[] |
FSlateIconFinder::FindIconForClass
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Find the icon to use for the supplied class
AnFSlateIconstructure defining the class's icon
|
SlateCore
|
static [FSlateIcon](API\Runtime\SlateCore\Textures\FSlateIcon) FindIconForClass ( const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, const [FName](API\Runtime\Core\UObject\FName) & InDefaultName )
|
[] |
FSlateIconFinder
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h
|
Class used for finding icons within a registered set of styles
|
SlateCore
|
class FSlateIconFinder
|
[] |
FSlateStyleRegistry::FindSlateStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Find a slate style in the repository.
The slate style, or null if it couldn't be found
|
SlateCore
|
static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * FindSlateStyle ( const [FName](API\Runtime\Core\UObject\FName) & InSlateStyleName )
|
[] |
FSlateStyleRegistry::GetSylesUsingBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Gets the names of every style entry using a brush Note: this function is expensive and is not designed to be used in performance critical situations
Array of style names using the brush
|
SlateCore
|
static [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > GetSylesUsingBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushName )
|
[] |
FSlateStyleRegistry::GetAllResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Populate an array of slate brushes with all of the resources used by the registered styles.
|
SlateCore
|
static void GetAllResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutResources )
|
[] |
FSlateStyleRegistry::IterateAllStyles
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Iterate all the slate style known to this registry
true where to loop completed, of false if it was terminated by the predicate
|
SlateCore
|
static bool IterateAllStyles ( const [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool(const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) &)> & Iter )
|
[] |
FSlateStyleRegistry::RegisterSlateStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Add a slate style to the repository.
|
SlateCore
|
static void RegisterSlateStyle ( const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & InSlateStyle )
|
[] |
SlateStyleRepository
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Repository is just a collection of shared style pointers.
|
SlateCore
|
static [TMap](API\Runtime\Core\Containers\TMap)< [FName](API\Runtime\Core\UObject\FName), const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * > SlateStyleRepository;
|
[] |
FSlateStyleRegistry::UnRegisterSlateStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Remove a slate style from the repository.
|
SlateCore
|
static void UnRegisterSlateStyle ( const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & InSlateStyle )
|
[] |
FSlateStyleRegistry::UnRegisterSlateStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
Removes a slate style from the repository (by name).
|
SlateCore
|
static void UnRegisterSlateStyle ( const [FName](API\Runtime\Core\UObject\FName) StyleSetName )
|
[] |
FSlateStyleRegistry
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h
|
A central repository that can be used to track and manage chunks of slate style data.
|
SlateCore
|
class FSlateStyleRegistry
|
[] |
FSlateStyleSet::GetContentRootDir
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) GetContentRootDir() const
|
[] |
|
FSlateStyleSet::GetDefaultBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Get defaultFSlateBrush.
|
SlateCore
|
virtual [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetDefaultBrush() const
|
[] |
FSlateStyleSet::GetBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
anFSlateBrushproperty.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
aFLinearColorproperty.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::GetDynamicImageBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::GetEntriesUsingBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.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
|
virtual [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > GetEntriesUsingBrush ( const [FName](API\Runtime\Core\UObject\FName) BrushName ) const
|
[] |
FSlateStyleSet::GetFloat
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
a float property.
|
SlateCore
|
virtual float GetFloat ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, float DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const
|
[] |
FSlateStyleSet::GetFontStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
a InFontInfo property.
|
SlateCore
|
virtual [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetFontStyle ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier ) const
|
[] |
FSlateStyleSet::GetParentStyle
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * GetParentStyle() const
|
[] |
|
FSlateStyleSet::GetMargin
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
aFMarginproperty.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetOptionalBrush
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Just like GetBrush, but returns DefaultBrush instead of the "missing brush" image when the resource is not found.
anFSlateBrushproperty.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Populate an array ofFSlateBrushwith resources consumed by this style.
|
SlateCore
|
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutResources ) const
|
[] |
FSlateStyleSet::GetSlateColor
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
aFLinearColorproperty.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetSound
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
Look up a sound property specified by PropertyName and optional Specifier.
|
SlateCore
|
virtual 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
|
[] |
FSlateStyleSet::GetStyleKeys
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual [TSet](API\Runtime\Core\Containers\TSet)< [FName](API\Runtime\Core\UObject\FName) > GetStyleKeys() const
|
[] |
|
FSlateStyleSet::GetStyleSetName
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
The name used to identity this style set
|
SlateCore
|
virtual const [FName](API\Runtime\Core\UObject\FName) & GetStyleSetName() const
|
[] |
FSlateStyleSet::GetVector
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
a FVector2D property.
|
SlateCore
|
virtual FVector2D GetVector ( const [FName](API\Runtime\Core\UObject\FName) PropertyName, const ANSICHAR * Specifier, FVector2D DefaultValue, const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) * RequestingStyle ) const
|
[] |
FSlateStyleSet::GetWidgetStyleInternal
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::IsBrushFromFile
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
bool IsBrushFromFile ( const [FString](API\Runtime\Core\Containers\FString) & FilePath, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush )
|
[] |
|
FSlateStyleSet::Log
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual void Log ( [ISlateStyle::EStyleMessageSeverity](API\Runtime\SlateCore\Styling\ISlateStyle\EStyleMessageSeverity) Severity, const [FText](API\Runtime\Core\Internationalization\FText) & Message ) const
|
[] |
|
FSlateStyleSet::LogMissingResource
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual 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
|
[] |
|
FSlateStyleSet::LogUnusedBrushResources
|
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h
|
SlateCore
|
virtual void LogUnusedBrushResources()
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.