4 [
Attribute(
"0", UIWidgets.SearchComboBox,
"", enums: ParamEnumArray.FromEnum(
EHint))]
5 protected EHint m_Type;
10 if (info && info.GetType() ==
m_Type)
15 override protected void OnInitCondition(Managed owner)
17 SCR_HintManagerComponent hintManager = SCR_HintManagerComponent.GetInstance();
19 hintManager.GetOnHintHide().Insert(OnHintHide);
23 override protected void OnExitCondition(Managed owner)
25 SCR_HintManagerComponent hintManager = SCR_HintManagerComponent.GetInstance();
27 hintManager.GetOnHintHide().Remove(OnHintHide);