Skip to content
Snippets Groups Projects

feat(cave): added tooltip on how to cycle door modes on primary node

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -217,7 +217,7 @@ void ACAVEOverlayController::BeginPlay()
// Set Text to "" until someone presses the key for the first time
Overlay->CornerText->SetText(FText::FromString(""));
//Make tooltip visible on primary node only
// Make tooltip visible on primary node only
if (ScreenType == SCREEN_PRIMARY)
{
Overlay->Tooltip->SetVisibility(ESlateVisibility::Visible);
Loading