Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FacialRigMapping::ENodeType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapper.h |
| Include Path | #include "RigMapper.h" |
Syntax
namespace FacialRigMapping
{
enum ENodeType
{
None,
Input,
WeightedSum,
PiecewiseLinear,
Multiply,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Input | |
| WeightedSum | |
| PiecewiseLinear | |
| Multiply |