You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Geometry - SkinnedMeshToDynamicMesh - fix linux editor build error
#rnx [CL 23377527 by david hill in ue5-main branch]
This commit is contained in:
+5
@@ -267,6 +267,11 @@ public:
|
||||
FVector4f GetColor(ColorIDType ID) const { check(0); return FVector4f(); }
|
||||
bool GetColorTri(const TriIDType&, ColorIDType& ID0, ColorIDType& ID1, ColorIDType& ID2) const { ID0 = ID1 = ID2 = ColorIDType(-1); return false; }
|
||||
|
||||
int32 NumWeightMapLayers() const { return 0; }
|
||||
float GetVertexWeight(int32 WeightMapIndex, int32 SrcVertID) const { return 0; }
|
||||
FName GetWeightMapName(int32 WeightMapIndex) const { return FName(); }
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user