Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | dna::DataLayer |
| Type | enum |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/DataLayer.h |
| Include Path | #include "dna/DataLayer.h" |
Syntax
namespace dna
{
enum DataLayer
{
Descriptor = 1,
Definition = 2 | Descriptor,
Behavior = 4 | Definition,
Geometry = 8 | Definition,
GeometryWithoutBlendShapes = 16 | Definition,
MachineLearnedBehavior = 32 | Definition,
RBFBehavior = 64 | Behavior,
JointBehaviorMetadata = 128 | Definition,
TwistSwingBehavior = 256 | Definition,
All = RBFBehavior | Geometry | MachineLearnedBehavior | JointBehaviorMetadata | TwistSwingBehavior,
}
}
Values
| Name | Remarks |
|---|---|
| Descriptor | |
| Definition | |
| Behavior | |
| Geometry | |
| GeometryWithoutBlendShapes | |
| MachineLearnedBehavior | |
| RBFBehavior | |
| JointBehaviorMetadata | |
| TwistSwingBehavior | |
| All |