Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FWeightedLatticeImplicitObjectBu-
Description
BoneIndexToBoneName(int32 BoneIndex)->FName return FName of Bone for given BoneIndex (BoneIndex used by AddInfluence) BoneIndexToReferenceTransform(int32 BoneIndex)->FTransform return transform of Bone (BoneIndex used by AddInfluence). Should return transform for RootBone (parent of this object) when BoneIndex == INDEX_NONE
| Name | FinalizeInfluences |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/WeightedLatticeImplicitObject.h |
| Include Path | #include "Chaos/WeightedLatticeImplicitObject.h" |
template<typename FBoneIndexToBoneName, typename FBoneIndexToReferenceTransform>
void FinalizeInfluences
(
const FBoneIndexToBoneName & BoneIndexToBoneName,
const FBoneIndexToReferenceTransform & BoneIndexToReferenceTransform
)