Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h |
| Include | #include "Animation/AnimStateMachineTypes.h" |
Syntax
enum ETransitionRequestOverwriteMode
{
UMETA =(ToolTip = "This request is added whether or not another with the same name is already queued"),
UMETA =(ToolTip = "This request is ignored if another request with the same name is already queued"),
UMETA =(ToolTip = "This request overwrites another request with the same name if one exists"),
}
Values
| Name | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |