SComboBox::FSlateAccessibleComboBox::GetValueAsVariant

The current value stored by the widget as a [FVariant](API\Runtime\Core\Misc\FVariant).

Windows
MacOS
Linux

Override Hierarchy

IAccessibleProperty::GetValueAsVariant()

SComboBox::FSlateAccessibleComboBox::GetValueAsVariant()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h

Include

#include "Widgets/Input/SComboBox.h"

Syntax

virtual FVariant GetValueAsVariant() const

Remarks

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. .

Returns

An FVariant that holds the widget's current value and type of value.

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