You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Register new SkinWeights mesh descriptor attribute that combines weights and influence in a single attribute, that proxies TBoneWeight to allow setting bone weights in one shot with normalization, culling, etc. Deprecated and removed InfluenceBones and InfluenceWeights and updated the calling code to use the new attribute. #jira UE-93689 #rb Alexis.Matte #rnx [CL 15516471 by halfdan ingvarsson in ue5-main branch]
8 lines
107 B
C++
8 lines
107 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "BoneWeights.h"
|
|
|
|
#include "Misc/MemStack.h"
|
|
|
|
|