IAccessibleActivatable

A widget that can be triggered to fire an event, such as buttons or checkboxes.

Windows
MacOS
Linux

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

Name Description

Public function

void

 

Activate()

Trigger the widget

Public function Virtual Const

bool

 

GetCheckedState()

If IsCheckable() is true, this gets the current state that the widget is in.

Public function Virtual Const

bool

 

IsCheckable()

Check whether this widget can be toggled between various check states

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