IPropertyHandle::GetPerObjectValue

Gets a value for the specified object that this handle is editing

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

FPropertyAccess::Result GetPerObjectValue
(
    const int32 ObjectIndex,
    FString & OutObjectValue
) const

Remarks

Gets a value for the specified object that this handle is editing

Parameters

Parameter

Description

ObjectIndex

The index of the object to get the value of

OutObjectValue

Filled with the value for this object

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