enum EObjectMixerHybridMode
{
UMETA =(DisplayName="Hybrid Rows (Select Actor)", ToolTip="Makes hybrid rows and selects the actor in the Scene Outliner when an actor with a single matching component is selected."),
UMETA =(DisplayName="Hybrid Rows (Select Component)", ToolTip="Makes hybrid rows and selects the component in the Scene Outliner when an actor with a single matching component is selected."),
UMETA =(DisplayName="Do not make hybrid rows", ToolTip="Does not make hybrid rows when an actor with a single matching component is selected. Actor and component rows will be split."),
}