Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/USpringArmComponent
- USceneComponent::GetSocketTransform()
- USpringArmComponent::GetSocketTransform()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/SpringArmComponent.h |
| Include | #include "GameFramework/SpringArmComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/SpringArmComponent.cpp |
virtual FTransform GetSocketTransform
&40;
FName InSocketName,
ERelativeTransformSpace TransformSpace
&41; 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 |