Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | dna::Gender |
| Type | enum |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/Descriptor.h |
| Include Path | #include "dna/layers/Descriptor.h" |
Syntax
namespace dna
{
enum Gender
{
male,
female,
other,
}
}
Values
| Name | Remarks |
|---|---|
| male | |
| female | |
| other |