Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
static void ComputeSkinnedPositions
&40;
USkinnedMeshComponent &42; Component,
TArray< FVector3f > & OutPositions,
TArray< FMatrix44f > & CachedRefToLocals,
const FSkeletalMeshLODRenderData & LODData,
const FSkinWeightVertexBuffer & SkinWeightBuffer
&41;
Remarks
CPU evaluation of the positions of all vertices (returned in component space)
Parameters
| Name | Description |
|---|---|
| OutPositions | buffer to place positions into |
| CachedRefToLocals | Cached RefToLocal matrices. |
| Model | The Model to use. |
| SkinWeightBuffer | The SkinWeightBuffer to use. |