What does `IPropertyHandle::AccessRawData` return?

I think IPropertyHandle::AccessRawData will return the address of the property. But it returns an array of pointers.

In which case, it will return 0 or more than one elements?

IPropertyHandle::AccessRawData | Unreal Engine 5.5 Documentation | Epic Developer Community

I think the reason why it returns multiple values is because your details panel might be showing multiple objects, like for example when selecting multiple actors in your scene, or maybe when editing multiple assets using the property matrix

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.