Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
Description
Uses the bRenderStateDirty/bRenderTransformDirty/bRenderInstancesDirty to perform any necessary work on this component. Do not call this directly, call MarkRenderStateDirty, MarkRenderDynamicDataDirty, MarkRenderInstancesDataDirty,
This is called concurrently on multiple threads (but never the same component concurrently)
| Name | DoDeferredRenderUpdates_Concurrent |
| 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 DoDeferredRenderUpdates_Concurrent()