MaxTotalInfluences

MAX_TOTAL_INFLUENCES = 12 is defined in GPUSkinPublicDefs.h, but that would require a dependency on Engine, which we can't have here.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothVertBoneData.h

Include

#include "ClothVertBoneData.h"

Syntax

static const int8 MaxTotalInfluences = 12;

Remarks

MAX_TOTAL_INFLUENCES = 12 is defined in GPUSkinPublicDefs.h, but that would require a dependency on Engine, which we can't have here. Until that can be migrated elsewhere (not to mention if), we make a redundant variable with an 8 in it, that needs to stay in sync with MAX_TOTAL_INFLUENCES.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss