|
| template<typename FillColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector) |
| |
| template<typename FillColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, const UE::Slate::FDeprecateVector2DResult &InImageSize) |
| |
| template<typename FillColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, const FVector2f &InImageSize) |
| |
| template<typename FillColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FName InFillResourceName, const FillColorType &FillColorTint, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile) |
| |
| template<typename FillColorType , typename RadiusType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, RadiusType InRadius, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector) |
| |
| template<typename FillColorType , typename RadiusType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FName InFillResourceName, const FillColorType &FillColorTint, RadiusType InRadius, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile) |
| |
| template<typename FillColorType , typename OutlineColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector) |
| |
| template<typename FillColorType , typename OutlineColorType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FName InFillResourceName, const FillColorType &FillColorTint, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile) |
| |
| template<typename FillColorType , typename OutlineColorType , typename RadiusType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FillColorType &InColor, RadiusType InRadius, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector) |
| |
| template<typename FillColorType , typename OutlineColorType , typename RadiusType > |
| FORCENOINLINE | FSlateRoundedBoxBrush (const FName InFillResourceName, const FillColorType &FillColorTint, RadiusType InRadius, const OutlineColorType &InOutlineColor, float InOutlineWidth, const UE::Slate::FDeprecateVector2DParameter &InImageSize=FVector2f::ZeroVector, ESlateBrushTileType::Type InTileType=ESlateBrushTileType::NoTile) |
| |
| SLATECORE_API | FSlateBrush () |
| |
| virtual | ~FSlateBrush () |
| |
| UE::Slate::FDeprecateVector2DResult | GetImageSize () const |
| |
| void | SetImageSize (UE::Slate::FDeprecateVector2DParameter InImageSize) |
| |
| const FMargin & | GetMargin () const |
| |
| ESlateBrushTileType::Type | GetTiling () const |
| |
| ESlateBrushMirrorType::Type | GetMirroring () const |
| |
| ESlateBrushImageType::Type | GetImageType () const |
| |
| ESlateBrushDrawType::Type | GetDrawType () const |
| |
| const FName | GetResourceName () const |
| |
| class UObject * | GetResourceObject () const |
| |
| SLATECORE_API void | SetResourceObject (class UObject *InResourceObject) |
| |
| FLinearColor | GetTint (const FWidgetStyle &InWidgetStyle) const |
| |
| void | UnlinkColors () |
| |
| bool | HasUObject () const |
| |
| bool | IsDynamicallyLoaded () const |
| |
| UE::Slate::FDeprecateBox2D | GetUVRegion () const |
| |
| void | SetUVRegion (const FBox2d &InUVRegion) |
| |
| void | SetUVRegion (const FBox2f &InUVRegion) |
| |
| bool | operator== (const FSlateBrush &Other) const |
| |
| bool | operator!= (const FSlateBrush &Other) const |
| |
| void | AddReferencedObjects (FReferenceCollector &Collector, UObject *ReferencingObject=nullptr) |
| |
| const FSlateResourceHandle & | GetRenderingResource (UE::Slate::FDeprecateVector2DParameter LocalSize, float DrawScale) const |
| |
| SLATECORE_API const FSlateResourceHandle & | GetRenderingResource () const |
| |
| bool | IsSet () const |
| |