Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGPUBaseSkinVertexFactory
Description
Returns the maximum number of bone influences that should be used for a skeletal mesh, given the user-requested limit.
If the requested limit is 0, the limit will be determined from the project settings.
The return value is guaranteed to be greater than zero, but note that it may be higher than the maximum supported bone influences.
| Name | GetBoneInfluenceLimitForAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h |
| Include Path | #include "GPUSkinVertexFactory.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp |
static int32 GetBoneInfluenceLimitForAsset
(
int32 AssetProvidedLimit,
const ITargetPlatform * TargetPlatform
)