Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UChildActorComponent
- UActorComponent::BeginPlay()
- UChildActorComponent::BeginPlay()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h |
Include | #include "Components/ChildActorComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/ChildActorComponent.cpp |
virtual void BeginPlay&40;&41;
Remarks
Begins Play for the component. Called when the owning Actor begins play or when the component is created if the Actor has already begun play. Actor BeginPlay normally happens right after PostInitializeComponents but can be delayed for networked or child actors. Requires component to be registered and initialized.