有些游戏类型,不需要显示光标,那么怎么关闭呢?
UE4中,很简单,只需要一句代码,即可实现:
FSlateApplication::Get().GetPlatformApplication()->Cursor->Show(false);