Why MyCharacter didn't call BeginPlay(),neither



33333
bbbPNG

neither MyAbilitySystemComponent, I do some initialization in Beginplay(),but nothing happened.

And the BP_ version only called Blueprint part,but no C++ part,it print a log like this,it’s wierd.

4444

You could try accessing the component in post initialize components phase of your actor’s lifecycle.

Perhaps the assist component is not fully initialized during the begin play phase?