Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UActorComponent
- UActorComponent::OnEndOfFrameUpdateDuringTick()
- UNiagaraComponent::OnEndOfFrameUpdateDuringTick()
- UParticleSystemComponent::OnEndOfFrameUpdateDuringTick()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
Include | #include "Components/ActorComponent.h" |
virtual void OnEndOfFrameUpdateDuringTick&40;&41;
Remarks
Allows components to handle an EOF update happening mid tick. Can be used to block on in-flight async tasks etc. This should ensure the the component's tick is complete so that it's render update is correct.