GeometryReader::getBlendShapeTargetDelta

List of deltas for each affected vertex.

Windows
MacOS
Linux

Warnings

  • meshIndex must be less than the value returned by getMeshCount.

  • blendShapeTargetIndex must be less than the value returned by getBlendShapeTargetCount.

  • deltaIndex must be less than the value returned by getBlendShapeTargetDeltaCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/GeometryReader.h"

Syntax

Delta getBlendShapeTargetDelta
(
    std::uint16_t meshIndex,
    std::uint16_t blendShapeTargetIndex,
    std::uint32_t deltaIndex
) const

Remarks

MeshIndex must be less than the value returned by getMeshCount.

blendShapeTargetIndex must be less than the value returned by getBlendShapeTargetCount.

deltaIndex must be less than the value returned by getBlendShapeTargetDeltaCount.

Parameters

Parameter

Description

meshIndex

A mesh's position in the zero-indexed array of meshes.

blendShapeTargetIndex

A position in the zero-indexed array of blend shape targets within the specified mesh.

deltaIndex

A position in the zero-indexed array of blend shapes deltas.

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