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

Merge branch 'dev/5.4' into 'dev/5.5'

pull 5.4 changes into 5.5

See merge request !112
parents 3a50a68c 83371cec
Branches
No related tags found
1 merge request!112pull 5.4 changes into 5.5
No preview for this file type
No preview for this file type
......@@ -84,6 +84,12 @@ void ARWTHVRPawn::NotifyControllerChanged()
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