Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
FText GetAccessibleText
&40;
EAccessibleType AccessibleType
&41; const
Remarks
Get the text that should be reported to the user when attempting to access this widget. The text that should be conveyed to the user describing this widget.
Parameters
| Name | Description |
|---|---|
| AccessibleType | Whether the widget is being accessed directly or through a summary query. |