Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
- USceneComponent::GetSocketTransform()
- USkinnedMeshComponent::GetSocketTransform()
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 |
virtual FTransform GetSocketTransform
(
FName InSocketName,
ERelativeTransformSpace TransformSpace
) const
Remarks
Get world-space socket transform. Socket transform in world space if socket if found. Otherwise it will return component's transform in world space.
Parameters
| Name | Description |
|---|---|
| InSocketName | Name of the socket or the bone to get the transform |