IAccessibleProperty::SetValue

Set the value stored by the widget.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual void SetValue
(
    const FString & Value
)

Remarks

Set the value stored by the widget. While this function accepts a String, there is no way to know what the underlying data is stored as. The platform layer must retain some additional information about what kind of widget this is, and ensure it's being called with valid arguments.

Parameters

Parameter

Description

Value

The new value to assign to the widget, which may need to be converted before assigning to a variable.

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