SWidget::GetAccessibleBehavior

Get the behavior describing how the accessible text of this widget should be retrieved.

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

EAccessibleBehavior GetAccessibleBehavior
(
    EAccessibleType AccessibleType
) const

Remarks

Get the behavior describing how the accessible text of this widget should be retrieved.

Returns

The accessible behavior of the widget.

Parameters

Parameter

Description

AccessibleType

Whether the widget is being accessed directly or through a summary query.

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