You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dominik Pavlíček edited this page Nov 9, 2022
·
1 revision
switch (InteractorState)
{
case EInteractorStateV2::EIS_Active:
case EInteractorStateV2::EIS_Awake:
return true;
case EInteractorStateV2::EIS_Asleep:
case EInteractorStateV2::EIS_Suppressed:
case EInteractorStateV2::EIS_Disabled:
case EInteractorStateV2::Default:
default:
return false;
}
return false;