Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObject
- USlateAccessibleWidgetData
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h |
| Include | #include "Components/SlateWrapperTypes.h" |
Syntax
UCLASS (DefaultToInstanced)
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
| Type | Name | Description | |
|---|---|---|---|
| ESlateAccessibleBehavior | AccessibleBehavior | ||
| ESlateAccessibleBehavior | AccessibleSummaryBehavior | ||
| FText | AccessibleSummaryText | ||
| FGetText | AccessibleSummaryTextDelegate | ||
| FText | AccessibleText | ||
| FGetText | AccessibleTextDelegate | ||
| bool | bCanChildrenBeAccessible |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FText > | |||
| TAttribute< FText > |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGetText |