Identifies the validation rule that produced a diagnostic.
enum class EPoseOverlayDiagnosticCode : uint8
Values
-
None
0 - No diagnostic code.
-
MissingTargetSkeleton
1 - The Set has no target Skeleton.
-
InvalidStableId
2 - An element has an invalid stable ID.
-
DuplicateStableId
3 - Two elements use the same stable ID.
-
InvalidStateTag
4 - A State tag is invalid.
-
DuplicateStateTag
5 - A State tag is duplicated.
-
InvalidStackPolicy
6 - A stack policy is invalid.
-
MissingNeutral
7 - A required Neutral is missing.
-
InvalidContextParent
8 - A Context parent is invalid.
-
ContextCycle
9 - The Context hierarchy contains a cycle.
-
EmptyContextQuery
10 - A Context query is empty.
-
InvalidAnimationSource
11 - An animation source is invalid.
-
DuplicateAnimationSource
12 - An animation source is duplicated.
-
InvalidPrimaryAnimation
13 - The primary animation is invalid.
-
DuplicateTrackTarget
14 - A track target is duplicated.
-
InvalidTransition
15 - Transition settings are invalid.
-
InvalidNeutralCapture
16 - A captured Neutral pose is invalid.
-
InvalidTrackTarget
17 - A curve or bone track target is invalid.
-
InvalidCurve
18 - A curve contains invalid data.
-
InvalidAimProfile
19 - An Aim profile is invalid.
-
InvalidIKMapping
20 - An IK mapping is invalid.
-
UnsupportedSchemaVersion
21 - The synchronized data uses an unsupported schema.
-
InvalidRuntimeSpan
22 - A synchronized data span is invalid.
-
InvalidRuntimeReference
23 - A synchronized reference is invalid.
-
InvalidSkeletonLayout
24 - The synchronized Skeleton layout is invalid.
-
InvalidRuntimeKey
25 - A synchronized lookup key is invalid.
-
NonFiniteValue
26 - A value is not finite.
-
StaleRuntimeData
27 - Synchronized data no longer matches the authoring data.
-
InvalidExternalDependency
28 - A referenced external asset has changed or is invalid.