I do it naive way:
TSharedPtr<IPropertyHandle> PropHandle;
PropHandle = StructPropertyHandle->GetChildHandle(index).ToSharedRef();
if ( ! PropHandle->IsValidHandle() ) { return; }
//...
I do it naive way:
TSharedPtr<IPropertyHandle> PropHandle;
PropHandle = StructPropertyHandle->GetChildHandle(index).ToSharedRef();
if ( ! PropHandle->IsValidHandle() ) { return; }
//...