Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleProperty
Description
The current value stored by the widget as a FVariant. Used on platforms where the type of the value is important for accessibility methods such as on Mac. .
| Name | GetValueAsVariant |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
virtual FVariant GetValueAsVariant() const
An FVariant that holds the widget's current value and type of value.