Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Description
Whether this widget is considered accessible or not. A widget is accessible if its behavior is set to something other than NotAccessible, and all of its parent widgets support accessible children.
| Name | IsAccessible |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
bool IsAccessible() const
true if an accessible widget should be created for this widget.