Navigation
API > API/Plugins > API/Plugins/CableComponent > API/Plugins/CableComponent/UCableComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::CreateRenderState_Concurrent()
- UPrimitiveComponent::CreateRenderState_Concurrent()
- UCableComponent::CreateRenderState_Concurrent()
References
| Module | CableComponent |
| Header | /Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h |
| Include | #include "CableComponent.h" |
| Source | /Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponent.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)