SWidget::GetAccessibleText

Get the text that should be reported to the user when attempting to access this widget.

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

FText GetAccessibleText
(
    EAccessibleType AccessibleType
) const

Remarks

Get the text that should be reported to the user when attempting to access this widget.

Returns

The text that should be conveyed to the user describing this 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