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"),
}