Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
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
| Name | Description |
|---|---|
| ObjectIndex | The index of the object to set the value of |
| ObjectValue | The value to set on the given object |