OnComponentCreated not called when using CreateDefaultSubobject?

Hello,

sorry for the late reply.

In my code, I used (with the 4.1 release) to add a call to OnComponentCreated in the PostLoad function of my parent actor, in order for the ChildActor pointer to be set.

I’ve commented all this code, with the 4.2 release, and indeed it does work.

So I would say it is fixed for me :slight_smile:

BTW, I compared ChildActorComponent.h between the 4.1 and 4.2 releases, and the only relevant change is the UPROPERTY declaration above ChildActor.

What’s the difference between DuplicateTransient (4.1) et NonPIETransient (4.2)?

Thanks