Skip to content
Snippets Groups Projects
Commit f707b650 authored by Timon Römer's avatar Timon Römer
Browse files

Removes legacy property check

parent 9b15677d
Branches
Tags
2 merge requests!81Inten Select 5.3,!80UE5.3-2023.1-rc2
...@@ -21,16 +21,6 @@ protected: ...@@ -21,16 +21,6 @@ protected:
public: public:
UIntenSelectableCylinderScoring(); 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) UPROPERTY(EditAnywhere)
bool DrawDebug = true; bool DrawDebug = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment