From 8ba520043697010d6bc0633ff3beffc1f668e326 Mon Sep 17 00:00:00 2001 From: Sahil Dhanju Date: Tue, 9 Jul 2019 17:39:56 +0100 Subject: [PATCH] Hide frequency from being exposed in the editor --- .../SpatialGDK/Public/Interop/SpatialInterestConstraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpatialGDK/Source/SpatialGDK/Public/Interop/SpatialInterestConstraints.h b/SpatialGDK/Source/SpatialGDK/Public/Interop/SpatialInterestConstraints.h index 39dc0b5706..e2a7a9dc1b 100644 --- a/SpatialGDK/Source/SpatialGDK/Public/Interop/SpatialInterestConstraints.h +++ b/SpatialGDK/Source/SpatialGDK/Public/Interop/SpatialInterestConstraints.h @@ -53,7 +53,7 @@ struct SPATIALGDK_API FQueryData * If multiple queries match the same Entity-Component then the highest of * all frequencies is used. */ - UPROPERTY(BlueprintReadOnly, EditDefaultsOnly, Meta=(ClampMin=0.0), Category = "SpatialGDK") + UPROPERTY() float Frequency; };