Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULocalFogVolumeComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::SendRenderTransform_Concurrent()
- ULocalFogVolumeComponent::SendRenderTransform_Concurrent()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LocalFogVolumeComponent.h |
| Include | #include "Components/LocalFogVolumeComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LocalFogVolumeComponent.cpp |
virtual void SendRenderTransform_Concurrent()
Remarks
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)