IPropertyHandle::SetPerObjectValue

Sets a value on 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 SetPerObjectValue
(
    const int32 ObjectIndex,
    const FString & ObjectValue,
    EPropertyValueSetFlags::Type Flags
)

Remarks

Sets a value on the specified object that this handle is editing

Parameters

Parameter

Description

ObjectIndex

The index of the object to set the value of

ObjectValue

The value to set on the given 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