Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > Accessibility > IAccessibleWidget
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
Include | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
TSharedPtr< IAccessibleWidget > GetNextSibling&40;&41;
Remarks
Retrieves the widget after this one in the parent's list of children. This should return nullptr for the last widget. The next widget on the same level of the UI hierarchy.