I found this for the actor:
Actor Lifecycle
Is there some similar document for the lifecycle that include the creating the HUD and the Actor Components on the ACharacter?
The reason I am asking:
I have Widgets referring to an ActorComponent on my Character in the BeginPlay of the HUD blueprint which assigns a reference of the ActorComponent to the Widget.
The ActorComponent shows out of scope when it runs in the BeginPlay.
When I call the same nodes via an BlueprintImplementableEvent, I get a reference to the ActorComponent, it all works fine. Also the ActorComponent is replicated.