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 | Keep the animated property at the state set at the end of the animation track. |
| RestoreState | Restore the animated property to its state before the start of the animation track. |
| ProjectDefault | Restore the animated property to the state set in the project for that property. |