Navigation
API > API/Plugins > API/Plugins/AnimDatabase
The type of an attribute
| Name | EAnimDatabaseAttributeType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameAttribute.h |
| Include Path | #include "AnimDatabaseFrameAttribute.h" |
Syntax
enum EAnimDatabaseAttributeType
{
Null = 0,
Bool = 1,
Float = 2,
Location = 3,
Rotation = 4,
Scale = 5,
LinearVelocity = 6,
AngularVelocity = 7,
ScalarVelocity = 8,
Direction = 9,
Transform = 10,
Event = 11,
Angle = 12,
}
Values
| Name | Remarks |
|---|---|
| Null | |
| Bool | |
| Float | |
| Location | |
| Rotation | |
| Scale | |
| LinearVelocity | |
| AngularVelocity | |
| ScalarVelocity | |
| Direction | |
| Transform | |
| Event | |
| Angle |