Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/Accessibility
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
Syntax
class IAccessibleActivatable
Remarks
A widget that can be triggered to fire an event, such as buttons or checkboxes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Trigger the widget | |
| bool | If IsCheckable() is true, this gets the current state that the widget is in. | ||
| bool | IsCheckable () |
Check whether this widget can be toggled between various check states |