Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > USkyLightComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::CreateRenderState_Concurrent()
- USkyLightComponent::CreateRenderState_Concurrent()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h |
Include | #include "Components/SkyLightComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp |
virtual void CreateRenderState_Concurrent
(
FRegisterComponentContext * Context
)
Remarks
Used to create any rendering thread information for this component
This is called concurrently on multiple threads (but never the same component concurrently)