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 GetPerObjectValue
(
const int32 ObjectIndex,
FString & OutObjectValue
) const
Remarks
Gets a value for the specified object that this handle is editing
Parameters
| Name | Description |
|---|---|
| ObjectIndex | The index of the object to get the value of |
| OutObjectValue | Filled with the value for this object |