Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleWidget
Description
Get an application-unique identifier for this widget. If the widget is destroyed, a different widget is allowed to re-use that ID.
| Name | GetId |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
AccessibleWidgetId GetId() const
A unique ID that specifically refers to this widget.