Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | EInterchangeAnimationPayLoadType |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include Path | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
enum EInterchangeAnimationPayLoadType
{
NONE = 0,
CURVE,
MORPHTARGETCURVE,
STEPCURVE,
BAKED,
MORPHTARGETCURVEWEIGHTINSTANCE,
GEOMETRY_CACHE_TRANSFORM,
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| CURVE | |
| MORPHTARGETCURVE | |
| STEPCURVE | |
| BAKED | |
| MORPHTARGETCURVEWEIGHTINSTANCE | |
| GEOMETRY_CACHE_TRANSFORM | Purpose of this type is to generate a 1 frame long Animation with the Instantiated Morph Target Curve Weights. |