IPropertyHandle::GetValue

Gets 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 GetValue
(
    float & OutValue
) const

Remarks

Gets 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 get the value

Parameters

Parameter

Description

OutValue

The value that will be set if successful

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