Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/TBoneWeights > API/Runtime/AnimationCore/TBoneWeights/SetBoneWeights
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include | #include "BoneWeights.h" |
template<typename CT>
std::enable_if<!std::is_const< CT >::value, void >::type SetBoneWeights
(
const FBoneIndexType * InBones,
const float * InInfluences,
int32 NumEntries,
const FBoneWeightsSettings & InSettings
)