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