Skip to content
Snippets Groups Projects
Commit e72b5bbd authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(Movement): Changes error message to more fitting description

parent 4bb78e89
Branches
Tags
2 merge requests!80UE5.3-2023.1-rc2,!74fix(movement): Fixes crash due to unique naming in TeleportationComponent
Pipeline #347324 failed
...@@ -29,7 +29,7 @@ void UTeleportationComponent::SetupPlayerInput(UInputComponent* PlayerInputCompo ...@@ -29,7 +29,7 @@ void UTeleportationComponent::SetupPlayerInput(UInputComponent* PlayerInputCompo
if (!BPTeleportVisualizer) if (!BPTeleportVisualizer)
{ {
UE_LOG(Toolkit, Error, TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to a blueprint")); UE_LOG(Toolkit, Error, TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to an Actor class that can be spawned!"));
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment