BehaviorReader::getBlendShapeChannelLODs

Input index count per each level of detail for blend shape channels. @note Each element's position represents the level itself (e.g. [0,1,2,3,4,5] Value 0 is LOD with highest of details, value 5 is LOD with lowest details), while the value denotes the number of input indices belonging to that level.

Windows
MacOS
Linux

Warnings

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorReader.h

Include

#include "dna/layers/BehaviorReader.h"

Syntax

ConstArrayView< std::uint16_t > getBlendShapeChannelLODs() const

Remarks

These LOD values are not interchangeable with the LOD indices from DefinitionReader::getBlendShapeChannelIndicesForLOD.

Returns

View over the array of LOD bounds.

See Also

BlendShapes

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