USceneComponent::GetSocketTransform

Get world-space socket transform.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h

Include

#include "Components/SceneComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp

Syntax

virtual FTransform GetSocketTransform
(
    FName InSocketName,
    ERelativeTransformSpace TransformSpace
) const

Remarks

Get world-space socket transform.

Returns

Socket transform in world space if socket if found. Otherwise it will return component's transform in world space.

Parameters

Parameter

Description

InSocketName

Name of the socket or the bone to get the transform

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss