Navigation
API > API/Runtime > API/Runtime/UMG
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.
| Name | USlateAccessibleWidgetData |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h |
| Include Path | #include "Components/SlateWrapperTypes.h" |
Syntax
UCLASS (DefaultToInstanced)
class USlateAccessibleWidgetData : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USlateAccessibleWidgetData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USlateAccessibleWidgetData() |
Components/SlateWrapperTypes.h |
Classes
| Name | Remarks |
|---|---|
| FGetText |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccessibleBehavior | ESlateAccessibleBehavior | Components/SlateWrapperTypes.h | ||
| AccessibleSummaryBehavior | ESlateAccessibleBehavior | Components/SlateWrapperTypes.h | ||
| AccessibleSummaryText | FText | Components/SlateWrapperTypes.h | ||
| AccessibleSummaryTextDelegate | FGetText | Components/SlateWrapperTypes.h | ||
| AccessibleText | FText | Components/SlateWrapperTypes.h | ||
| AccessibleTextDelegate | FGetText | Components/SlateWrapperTypes.h | ||
| bCanChildrenBeAccessible | bool | Components/SlateWrapperTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAttribute< FText > CreateAccessibleSummaryTextAttribute() |
Components/SlateWrapperTypes.h | ||
TAttribute< FText > CreateAccessibleTextAttribute() |
Components/SlateWrapperTypes.h |