Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::SendRenderTransform_Concurrent()
- UPrimitiveComponent::SendRenderTransform_Concurrent()
- UGroomComponent::SendRenderTransform_Concurrent()
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomComponent.h |
| Include | #include "GroomComponent.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomComponent.cpp |
virtual void SendRenderTransform_Concurrent&40;&41;
Remarks
Called to send a transform update for this component to the rendering thread
This is called concurrently on multiple threads (but never the same component concurrently)