[How to] modify struct in details customization

I do it naive way:



TSharedPtr<IPropertyHandle> PropHandle;




PropHandle = StructPropertyHandle->GetChildHandle(index).ToSharedRef();

if ( ! PropHandle->IsValidHandle() ) { return; }

//...