USlateAccessibleWidgetData

A container for all accessible properties for a [UWidget](API\Runtime\UMG\Components\UWidget) that will be passed to the underlying [SWidget](API\Runtime\SlateCore\Widgets\SWidget).

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

USlateAccessibleWidgetData

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h

Include

#include "Components/SlateWrapperTypes.h"

Syntax

class USlateAccessibleWidgetData : public UObject

Remarks

A container for all accessible properties for a UWidget that will be passed to the underlying SWidget. Any property here must also be added to UWidget.h and synchronized. See UWidget for more information.

Variables

Name Description

Public variable

ESlateAccessibl...

 

AccessibleBehavior

Public variable

ESlateAccessibl...

 

AccessibleSummaryBehavior

Public variable

FText

 

AccessibleSummaryText

Public variable

FGetText

 

AccessibleSummaryTextDelegate

Public variable

FText

 

AccessibleText

Public variable

FGetText

 

AccessibleTextDelegate

Public variable

bool

 

bCanChildrenBeAccessible

Constructors

Name Description

Public function

USlateAccessibleWidgetData()

Functions

Classes

Name

Description

Public class

FGetText

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