Navigation
API > API/Runtime > API/Runtime/Engine
Type referenced by a row in the mirror data table
| Name | EMirrorRowType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MirrorDataTable.h |
| Include Path | #include "Animation/MirrorDataTable.h" |
Syntax
namespace EMirrorRowType
{
enum Type
{
Bone,
AnimationNotify,
Curve,
SyncMarker,
Custom,
}
}
Values
| Name | Remarks |
|---|---|
| Bone | |
| AnimationNotify | |
| Curve | |
| SyncMarker | |
| Custom |