LeviLamina
Loading...
Searching...
No Matches
TimelineErrorCode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class TimelineErrorCode : int {
6 NoKeyframes = 0,
7 DuplicateKeyframeTicks = 1,
8 NoAttributeTracks = 2,
9 DuplicateAttributeTrackNames = 3,
10 NoAttributeLayerTrackName = 4,
11 PhasesWithInvalidPeriod = 5,
12 InvalidPhaseStartTick = 6,
13 DuplicatePhaseStartTick = 7,
14 DuplicatePhaseName = 8,
15 MissingDrivenPhaseForLayer = 9,
16 AttributeLayerTrackAlreadyExists = 10,
17 TimeMarkerNotAdded = 11,
18 WorldClockNotFound = 12,
19};