I’m trying to use the PropertyAccessUtil::SetPropertyValue_InContainer() function.
So I need one last argument: a reference to FPropertyAccessBuildChangeNotifyFunc.
What is it? How can I get it from my object? Do I need to implement it myself?
void* Dest = PropertyIterator->ContainerPtrToValuePtr<void>(this);
PropertyAccessUtil::SetPropertyValue_InContainer(
ItemProperty,
Dest,
*PropertyIterator,
StructPtr,
INDEX_NONE,
CPF_Edit,
false,
???
);