Remove UPROPERTY VisibleAnywhere

This commit is contained in:
MarcelPiNacy 2022-07-22 11:36:29 +02:00 committed by bernat
parent 910450ee71
commit 554f30876c
1 changed files with 0 additions and 3 deletions

View File

@ -61,13 +61,10 @@ private:
UPROPERTY(VisibleAnywhere)
FWeatherParameters Weather;
UPROPERTY(VisibleAnywhere)
UMaterial* PrecipitationPostProcessMaterial;
UPROPERTY(VisibleAnywhere)
UMaterial* DustStormPostProcessMaterial;
UPROPERTY(VisibleAnywhere)
TMap<UMaterial*, float> ActiveBlendables;
UPROPERTY(VisibleAnywhere)