68#pragma region Properties
77 BlueprintGetter = GetMode,
78 BlueprintSetter = SetMode,
80 Meta = (AllowPrivateAccess))
95 BlueprintGetter = GetDistance,
96 BlueprintSetter = SetDistance,
98 Meta = (AllowPrivateAccess))
99 double Distance = 0.0;
102#pragma region Property Accessors
108 UFUNCTION(BlueprintGetter)
115 UFUNCTION(BlueprintSetter)
127 UFUNCTION(BlueprintGetter)
128 double GetDistance() const;
139 UFUNCTION(BlueprintSetter)
140 void SetDistance(
double NewDistance);
150 FActorComponentTickFunction* ThisTickFunction)
override;