USkinnedMeshComponent::TransformFromBoneSpace

Transform a location/rotation in bone relative space to world space.

Windows
MacOS
Linux

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

Syntax

void TransformFromBoneSpace
(
    FName BoneName,
    FVector InPosition,
    FRotator InRotation,
    FVector & OutPosition,
    FRotator & OutRotation
)

Remarks

Transform a location/rotation in bone relative space to world space.

Parameters

Parameter

Description

BoneName

Name of bone

InPosition

Input position

InRotation

Input rotation

OutPosition

(out) Transformed position

OutRotation

(out) Transformed rotation

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