From f707b65013ff652df4d21633952ad3e650528928 Mon Sep 17 00:00:00 2001 From: Timon Roemer <t.roemer@vis.rwth-aachen.de> Date: Tue, 12 Mar 2024 13:37:34 +0100 Subject: [PATCH] Removes legacy property check --- .../IntenSelect/IntenSelectableCylinderScoring.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableCylinderScoring.h b/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableCylinderScoring.h index b7fece39..d32e6a1e 100644 --- a/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableCylinderScoring.h +++ b/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableCylinderScoring.h @@ -21,16 +21,6 @@ protected: public: UIntenSelectableCylinderScoring(); - virtual void PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent) override - { - Super::PostEditChangeProperty(PropertyChangedEvent); - - // Check if the property changed is MyMonitoredProperty - if (PropertyChangedEvent.Property && PropertyChangedEvent.Property->GetName() == TEXT("LinePoints")) - { - } - } - UPROPERTY(EditAnywhere) bool DrawDebug = true; -- GitLab