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

fix(cave): fixes missing editor intenselect include in newer version on cave,...

fix(cave): fixes missing editor intenselect include in newer version on cave, adds simple log and fixes a reference to CaveSetup in Pawn BP
parent e50bf537
No related branches found
No related tags found
1 merge request!85UE5.3-2023.1-rc3
Pipeline #388397 failed
No preview for this file type
......@@ -79,6 +79,10 @@ void ARWTHVRPawn::NotifyControllerChanged()
{
Super::NotifyControllerChanged();
UE_LOG(Toolkit, Display, TEXT("ARWTHVRPawn: Player Controller has changed, trying to change DCRA attachment if possible..."));
// Only do this for all local controlled pawns
if (IsLocallyControlled())
{
......
#include "Interaction/IntenSelectableCylinderScoringVisualizer.h"
#include "ActorEditorUtils.h"
#include "SceneManagement.h"
#include "Editor.h"
IMPLEMENT_HIT_PROXY(FCylinderPointProxy, HComponentVisProxy);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment