Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
Description
Used to create any rendering thread information for this component
This is called concurrently on multiple threads (but never the same component concurrently)
Virtual Inheritance
- UActorComponent::CreateRenderState_Concurrent → UPrimitiveComponent::CreateRenderState_Concurrent
Derived Overrides
- UDebugDrawComponent::CreateRenderState_Concurrent
- UInstancedSkinnedMeshComponent::CreateRenderState_Concurrent
- UModelComponent::CreateRenderState_Concurrent
- UParticleSystemComponent::CreateRenderState_Concurrent
- USkinnedMeshComponent::CreateRenderState_Concurrent
- UStaticMeshComponent::CreateRenderState_Concurrent
| Name | CreateRenderState_Concurrent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual void CreateRenderState_Concurrent
(
FRegisterComponentContext * Context
)