Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULightComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
Description
Called to send a transform update for this component to the rendering thread
This is called concurrently on multiple threads (but never the same component concurrently)
Virtual Inheritance
- UActorComponent::SendRenderTransform_Concurrent → ULightComponent::SendRenderTransform_Concurrent
Derived Overrides
| Name | SendRenderTransform_Concurrent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h |
| Include Path | #include "Components/LightComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp |
virtual void SendRenderTransform_Concurrent()