DNA Calib 1.1
Project brief
DataLayer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5namespace dna {
6
7enum class DataLayer {
9 Definition, // Includes Descriptor
10 Behavior, // Includes Descriptor and Definition
11 Geometry, // Includes Descriptor and Definition
12 GeometryWithoutBlendShapes, // Includes Descriptor and Definition
13 AllWithoutBlendShapes, // Includes everything except blend shapes from Geometry
14 All
15};
16
17} // namespace dna
Definition: BinaryStreamReader.h:10
DataLayer
Definition: DataLayer.h:7
@ GeometryWithoutBlendShapes