Inside Unreal: Modular Game Features

Well it looks like they’ve been there for ages anyways, so /shrug

PostInitProperties() on the component calls PostEditChangeOwner, so you should be able to use GetOuter() in your impl of PostEditChangeOwner to get the owning component in the same way I’d suggested for an asset.

Cheers,
Michael Noland