83 UPROPERTY(config, EditAnywhere, Category =
"Edit Layers", meta=(UIMin =
"1", UIMax =
"32", ClampMin =
"1", ClampMax =
"32",
ToolTip =
"This option controls the maximum editing layers that can be added to a Landscape"))
93 UPROPERTY(config, EditAnywhere, Category = "Configuration", meta = (UIMin = "1", UIMax = "1024", ClampMin = "1", ClampMax = "1024",
ToolTip = "
Maximum Size of Import
Image Cache in
MB"))
94 uint32 MaxImageImportCacheSizeMegaBytes = 256;
96 UPROPERTY(config, EditAnywhere, Category = "Configuration", meta = (UIMin = "0.0", UIMax = "10.0", ClampMin = "0.0", ClampMax = "10.0",
ToolTip = "Exponent for the
Paint Tool Strength"))
97 float PaintStrengthGamma = 2.2f;
100 bool bDisablePaintingStartupSlowdown =
true;
103 UPROPERTY(Config, Category = "Configuration", EditAnywhere)
117 float BrushSizeUIMax = 8192;
120 float BrushSizeClampMax = 65536;
126 UPROPERTY(EditAnywhere, config, Category = "Edit Layers")
127 bool bShouldUpdateEditLayersDuringInteractiveChanges =
false;
133 UPROPERTY(EditAnywhere, config, Category = "
Spline", meta = (ClampMin = "0", UIMax = "4096"))
134 float SplineIconWorldZOffset = 100.0f;
136 UPROPERTY(EditAnywhere, config, Category = "
Spline", meta = (ClampMin = "32", UIMax = "2048"))
137 float SplineIconScale = 125.0f;
148 UPROPERTY(Config, Category = "Target Layers", EditAnywhere)
152 TOptional<
bool> DisplayTargetLayerThumbnailsBeforeUndo;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127