Single Property View and Details View flagging the open level as modified / dirty

Hi

I’m currently working on an Editor Utility Widget in 4.46.2 and I’ve run into another problem with the built in editor widgets for exposing properties.
When I use the Single Property View or Details View the open level gets flagged as dirty / modified as soon as I open the Editor Widget or change a property. It’s not changing anything in the world, so I guess this shouldn’t be happening.

Has anyone else had this problem / know of a way to fix it?

Thanks

1 Like


This may be caused by LazyObjectPtr and FUniqueObjectGuid. When LazyObjectPtr is assigned, the GUID will be modified and MarkPackageDirty will be called.

But I have no solution…-_-!