IPropertyHandle::SetValue

Sets the typed value of a property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

FPropertyAccess::Result SetValue
(
    const float & InValue,
    EPropertyValueSetFlags::Type Flags
)

Remarks

Sets the typed value of a property. If the property does not support the value type FPropertyAccess::Fail is returned

Returns

The result of attempting to set the value

Parameters

Parameter

Description

InValue

The value to set

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