70 check (InArgs._Style);
71 const FButtonStyle* UnderlineStyle = InArgs._UnderlineStyle !=
nullptr ? InArgs._UnderlineStyle : &InArgs._Style->UnderlineStyle;
72 const FTextBlockStyle* TextStyle = InArgs._TextStyle !=
nullptr ? InArgs._TextStyle : &InArgs._Style->TextStyle;
78 .ButtonStyle(UnderlineStyle)
81 .TextShapingMethod(InArgs._TextShapingMethod)
82 .TextFlowDirection(InArgs._TextFlowDirection)
88 .HighlightShape(InArgs._HighlightShape)
89 .HighlightText(InArgs._HighlightText)
90 .OverflowPolicy(InArgs._OverflowPolicy)
103#if WITH_ACCESSIBILITY
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_STYLE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:280
#define SNew(WidgetType,...)
Definition DeclarativeSyntaxSupport.h:37
#define SLATE_ATTRIBUTE(AttrType, AttrName)
Definition DeclarativeSyntaxSupport.h:192
#define SLATE_EVENT(DelegateName, EventName)
Definition DeclarativeSyntaxSupport.h:458
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
ETextShapingMethod
Definition FontCache.h:52
ETextFlowDirection
Definition TextLayout.h:81
Definition CoreStyle.h:15
Definition CursorReply.h:16
static FCursorReply Cursor(EMouseCursor::Type InCursor)
Definition CursorReply.h:33
static FReply Handled()
Definition Reply.h:233
Definition SHyperlink.h:29
FReply Hyperlink_OnClicked()
Definition SHyperlink.h:113
virtual FCursorReply OnCursorQuery(const FGeometry &MyGeometry, const FPointerEvent &CursorEvent) const override
Definition SHyperlink.h:99
void Construct(const FArguments &InArgs)
Definition SHyperlink.h:66
SLATE_BEGIN_ARGS(SHyperlink)
Definition SHyperlink.h:32
FSimpleDelegate OnNavigate
Definition SHyperlink.h:121
Definition STextBlock.h:45
Definition Attribute.h:17
bool IsSet() const
Definition Attribute.h:230
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis(OtherType *ThisPtr)
Definition SharedPointer.h:1780
Definition SharedPointer.h:153
@ Hand
Definition ICursor.h:47
Definition SlateTypes.h:832
Definition SlateBrush.h:239
static FSlateColor UseForeground()
Definition SlateColor.h:198
Definition SlateTypes.h:326
FSlateColor HighlightColor
Definition SlateTypes.h:391
Definition Optional.h:131