USplineMeshComponent::GetSocketTransform

Get world-space socket transform.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Components/SplineMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.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