Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateStyleSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate, |
Styling/SlateStyle.h | ||
virtual const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate, |
Styling/SlateStyle.h | ||
virtual const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate, |
Styling/SlateStyle.h |
GetDynamicImageBrush(const FName, const FName, const ANSICHAR , const ISlateStyle )
| Name | GetDynamicImageBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual const TSharedPtr < FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate,
const FName TextureName,
const ANSICHAR * Specifier,
const ISlateStyle * RequestingStyle
) const
GetDynamicImageBrush(const FName, UTexture2D , const FName, const ISlateStyle )
| Name | GetDynamicImageBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual const TSharedPtr < FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate,
UTexture2D * TextureResource,
const FName TextureName,
const ISlateStyle * RequestingStyle
) const
GetDynamicImageBrush(const FName, const ANSICHAR , UTexture2D , const FName, const ISlateStyle *)
| Name | GetDynamicImageBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual const TSharedPtr < FSlateDynamicImageBrush > GetDynamicImageBrush
(
const FName BrushTemplate,
const ANSICHAR * Specifier,
UTexture2D * TextureResource,
const FName TextureName,
const ISlateStyle * RequestingStyle
) const