Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Enumeration specifying how to handle the state of the animated property at the end of an animation track.
| Name | EInterchangeAimationCompletionMode |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include Path | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
enum EInterchangeAimationCompletionMode
{
KeepState,
RestoreState,
ProjectDefault,
}
Values
| Name | Remarks |
|---|---|
| KeepState | |
| RestoreState | |
| ProjectDefault |