mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 09:35:25 +00:00
Downgrade the warning about using the game viewport client
This commit is contained in:
parent
dbea147110
commit
91e428a7d6
@ -144,7 +144,7 @@ void UStevesGameSubsystem::OnInputDetectorModeChanged(int PlayerIndex, EInputMod
|
||||
auto GI = GetGameInstance();
|
||||
auto VC = Cast<UStevesGameViewportClientBase>(GI->GetGameViewportClient());
|
||||
if (!VC)
|
||||
UE_LOG(LogStevesUEHelpers, Warning, TEXT("Your GameViewportClient needs to be set to a subclass of UStevesGameViewportClientBase if you want full functionality!"))
|
||||
UE_LOG(LogStevesUEHelpers, Log, TEXT("Consider using UStevesGameViewportClientBase for your GameViewportClient"))
|
||||
|
||||
bCheckedViewportClient = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user