IAccessibleWidget::GetPreviousSibling

Retrieves the widget before this one in the parent's list of children.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

TSharedPtr< IAccessibleWidget > GetPreviousSibling()

Remarks

Retrieves the widget before this one in the parent's list of children. This should return nullptr for the first widget.

Returns

The previous widget on the same level of the UI hierarchy.

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