Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleProperty
Description
The current value stored by the widget. Even if the underlying value is not a String, it should be serialized to one in order to match the return type.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
FString GetValue() const
A string representing the serialized value stored in the widget.