36 return A.IsSet() ==
B.IsSet()
37 &&
A.StyleSetName ==
B.StyleSetName
38 &&
A.StyleName ==
B.StyleName
39 &&
A.SmallStyleName ==
B.SmallStyleName
40 &&
A.StatusOverlayStyleName ==
B.StatusOverlayStyleName;
93 return SmallStyleName;
145 FName SmallStyleName;
148 FName StatusOverlayStyleName;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition ISlateStyle.h:18
Definition SlateBrush.h:239
Definition SlateIcon.h:13
const FName & GetStyleSetName() const
Definition SlateIcon.h:121
friend bool operator!=(const FSlateIcon &A, const FSlateIcon &B)
Definition SlateIcon.h:46
const bool IsSet() const
Definition SlateIcon.h:131
SLATECORE_API const class ISlateStyle * GetStyleSet() const
Definition SlateIcon.cpp:48
const FName & GetStyleName() const
Definition SlateIcon.h:102
friend bool operator==(const FSlateIcon &A, const FSlateIcon &B)
Definition SlateIcon.h:34
const FName & GetSmallStyleName() const
Definition SlateIcon.h:91
SLATECORE_API FSlateIcon()
Definition SlateIcon.cpp:11
SLATECORE_API const FSlateBrush * GetOptionalIcon() const
Definition SlateIcon.cpp:67
SLATECORE_API const FSlateBrush * GetOptionalSmallIcon() const
Definition SlateIcon.cpp:73
SLATECORE_API const FSlateBrush * GetIcon() const
Definition SlateIcon.cpp:54
SLATECORE_API const FSlateBrush * GetOverlayIcon() const
Definition SlateIcon.cpp:79
SLATECORE_API const FSlateBrush * GetSmallIcon() const
Definition SlateIcon.cpp:31