enum class SequenceFinishNotifyState_ t : uint8
{
eDoNotNotify = 0,
eNotifyWhenFinished = 1,
eNotifyTriggered = 2,
};enum class SequenceFinishNotifyState_ t : uint8
{
eDoNotNotify = 0,
eNotifyWhenFinished = 1,
eNotifyTriggered = 2,
};