UWorld::UpdateActorComponentEndOfFrameUpdateState

Updates an ActorComponent's cached state of whether it has been marked for end of frame update based on the current state of the World's NeedsEndOfFrameUpdate arrays

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelTick.cpp

Syntax

void UpdateActorComponentEndOfFrameUpdateState
(
    UActorComponent * Component
) const

Remarks

Updates an ActorComponent's cached state of whether it has been marked for end of frame update based on the current state of the World's NeedsEndOfFrameUpdate arrays

Parameters

Parameter

Description

Component

Component to update the cached state of

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss