Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
- USkinnedMeshComponent::DispatchParallelTickPose()
- USkeletalMeshComponent::DispatchParallelTickPose()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
virtual void DispatchParallelTickPose
(
FActorComponentTickFunction * TickFunction
)
Remarks
Parallel Tick Pose In the case where we do not want to refresh bone transforms (and would therefore not normally kick off a parallel eval task) we perform this 'mini tick' that kicks off the task.
Parameters
| Name | Description |
|---|---|
| TickFunction | Allows us to create graph tasks for parallelism |