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

chore(pawn, cave): Improves logging when unsupported player state is chosen for Cluster Attachment.

parent 280dfb15
No related branches found
No related tags found
2 merge requests!120UE5.4-2024.1,!112pull 5.4 changes into 5.5
...@@ -84,6 +84,12 @@ void ARWTHVRPawn::NotifyControllerChanged() ...@@ -84,6 +84,12 @@ void ARWTHVRPawn::NotifyControllerChanged()
AttachClustertoPawn(); AttachClustertoPawn();
} }
} }
else
{
UE_LOGFMT(Toolkit, Warning,
"ARWTHVRPawn: PlayerState is not a subclass of ARWTHVRPlayerState. Cluster attachment only works "
"with correct PlayerStates!");
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment