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 SetPerObjectValues
(
const TArray < FString > & PerObjectValues,
EPropertyValueSetFlags::Type Flags
)
Remarks
Sets a unique value for each object this handle is editing
Parameters
| Name | Description |
|---|---|
| PerObjectValues | The per object values as a formatted string. There must be one entry per object or the return value is FPropertyAccess::Fail |