Navigation
API > API/Editor > API/Editor/Persona
| |
|
| Name |
EAnimationPlaybackSpeeds::Type |
| Type |
enum |
| Header File |
/Engine/Source/Editor/Persona/Public/AnimationEditorTypes.h |
| Include Path |
#include "AnimationEditorTypes.h" |
Syntax
namespace EAnimationPlaybackSpeeds
{
enum Type
{
OneTenth = 0,
Quarter,
Half,
ThreeQuarters,
Normal,
Double,
FiveTimes,
TenTimes,
Custom,
NumPlaybackSpeeds,
}
}
Values
| Name |
Remarks |
| OneTenth |
|
| Quarter |
|
| Half |
|
| ThreeQuarters |
|
| Normal |
|
| Double |
|
| FiveTimes |
|
| TenTimes |
|
| Custom |
|
| NumPlaybackSpeeds |
|