EAccessibleBehavior

Whether a widget should be included in accessibility, and if so, how its text should be retrieved.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

enum EAccessibleBehavior
{
    NotAccessible,
    Auto,
    Summary,
    Custom,
    ToolTip,
}

Values

Name

Description

NotAccessible

Not accessible.

Auto

Accessible, for the implementing library to decide what it means.

Summary

Accessible, and traverse all child widgets and concat their summary text together.

Custom

Accessible, and retrieve manually-assigned text from a TAttribute.

ToolTip

Accessible, and use the tooltip's accessible text.

Remarks

Whether a widget should be included in accessibility, and if so, how its text should be retrieved.

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