Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
Description
Get delta transform from reference pose based on BaseNode. This uses last frame up-to-date transform, so it will have a frame delay if you use this info in the AnimGraph
| Name | GetDeltaTransformFromRefPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|SkinnedMesh")
FTransform GetDeltaTransformFromRefPose
(
FName BoneName,
FName BaseName
) const
the delta transform from refpose in that given space (BaseName)
Parameters
| Name | Remarks |
|---|---|
| BoneName | Name of the bone |
| BaseName | Name of the base bone - if none, it will use parent as a base |