Post Edit delegate for an asset? (datatable)

It is used within an editor module to update an object on the editor panel when I update my datatable. The datatable itself is not modified through my code, I only want to know when it is modified during editor time. The FDataTableRowHandle format is used so I can use the datatable + row “picker” on the editor panel.

Is it not undefined behavior to const_cast away the const and then write to its delegate?

const_cast conversion - cppreference.com