FGenericAccessibleMessageHandler::GetAccessibleWidgetFromId

Retrieves an accessible widget that matches the given identifier.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual TSharedPtr< IAccessibleWidget > GetAccessibleWidgetFromId
(
    AccessibleWidgetId Id
) const

Remarks

Retrieves an accessible widget that matches the given identifier.

Returns

The widget that matches this identifier, or nullptr if the widget does not exist.

Parameters

Parameter

Description

Id

The identifier for the widget to get.

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