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