Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
If we belong to a world, mark this for a deferred update, otherwise do it now. If bReadyForEarlyUpdate is true we may launch an async update ASAP.
| Name | MarkForNeededEndOfFrameUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
void MarkForNeededEndOfFrameUpdate
(
bool bReadyForEarlyUpdate
)