SWidget::SetCanChildrenBeAccessible

Sets whether children are allowed to be accessible or not.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

void SetCanChildrenBeAccessible
(
    bool InCanChildrenBeAccessible
)

Remarks

Sets whether children are allowed to be accessible or not. Warning: Calling this function after accessibility is enabled will cause the accessibility tree to become unsynced.

Parameters

Parameter

Description

InCanChildrenBeAccessible

Whether children should be accessible or not.

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