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