SWidget::IsAccessible

Whether this widget is considered accessible or not.

Windows
MacOS
Linux

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

Syntax

bool IsAccessible() const

Remarks

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.

Returns

true if an accessible widget should be created for this widget.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss