SetBoneTrackKeys

Overload list

Unreal Engine C++ API Reference > Developer > AnimationDataController > UAnimDataController

  Type Name Description
Public function Virtual bool

SetBoneTrackKeys ( FName BoneName,
const TArray< FVector3f >& PositionalKeys,
const TArray< FQuat4f >& RotationalKeys,
const TArray< FVector3f >& ScalingKeys,
bool bShouldTransact
)

Removes an existing bone animation track with the provided name.
Public function Virtual bool

SetBoneTrackKeys ( FName BoneName,
const TArray< FVector >& PositionalKeys,
const TArray< FQuat >& RotationalKeys,
const TArray< FVector >& ScalingKeys,
bool bShouldTransact
)

Removes an existing bone animation track with the provided name.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page