You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Missing return value in the dummy TBoneWeights adapter.
#trivial #rnx [CL 15067904 by halfdan ingvarsson in ue5-main branch]
This commit is contained in:
@@ -282,6 +282,7 @@ struct FBoneWeightNullAdapter
|
||||
|
||||
static int32 Num(const ContainerType& InContainer)
|
||||
{
|
||||
return INDEX_NONE;
|
||||
}
|
||||
|
||||
static FBoneWeight Get(const ContainerType& InContainer, int32 InIndex)
|
||||
|
||||
Reference in New Issue
Block a user