IAccessibleProperty::GetValue

The current value stored by the widget.

Windows
MacOS
Linux

Override Hierarchy

IAccessibleProperty::GetValue()

SComboBox::FSlateAccessibleComboBox::GetValue()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

FString GetValue() const

Remarks

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.

Returns

A string representing the serialized value stored in the widget.

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