IAccessibleActivatable::GetCheckedState

If [IsCheckable()](API\Runtime\ApplicationCore\GenericPlatform\Accessibility\IAccessibleActivatable\IsCheckable) is true, this gets the current state that the widget is in.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual bool GetCheckedState() const

Remarks

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

Returns

true if the current state is considered "on" or "checked"

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