SWidget::GetAccessibleSummary

Traverse all child widgets and concat their results of GetAccessibleText(Summary).

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 GetAccessibleSummary() const

Remarks

Traverse all child widgets and concat their results of GetAccessibleText(Summary).

Returns

The combined text of all child widget's summary text.

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