Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Broadcast an OnPostRegisterAllActorComponents event. This method should only be called from internal actor and level code and never on inactive worlds.
| Name | NotifyPostRegisterAllActorComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
void NotifyPostRegisterAllActorComponents
(
AActor * Actor
)