enum ETakeRecorderAttachRecordBehaviour
{
UMETA =(Tooltip = "Do not record attachments and instead record in world space."),
UMETA =(Tooltip = "Do not re-record parents, instead record only an attach track to the parent if it is controlled by a sequence or being recorded."),
UMETA =(Tooltip = "Record the full parent hierarchy including attachments."),
UMETA =(Tooltip = "Use the project settings default value."),
}