DocsProcedural SkyboxMaterial Parameters

Material Parameters

Material instance parameters you can customize

Actor-Driven Sky Parameters

When the time-of-day actor creates a dynamic sky material, it updates these named parameters automatically. You normally change the matching actor settings instead of keyframing these manually.

ParameterTypeDriven ByWhat It Changes
CloudOpacityScalarCloud opacity settings and sun elevationCloud visibility across day, sunrise, and night.
StarBrightnessScalarStar brightness min/max and sun elevationHow strongly stars appear at night and fade at dawn.
SunElevationScalarCurrent sun positionLets the material react to sun height.
TimeOfDayScalarTime Of DayLets the material react to the current hour.
SkyOpacityScalarDay/night blendControls night sky visibility during daylight transitions.
SunColorVectorSun color and temperature settingsSun tint sent into the sky material.
NightColorVectorDay/night blendNight layer multiplier.
HorizonColorVectorHorizon day/night/sunrise colorsLower sky color.
ZenithColorVectorZenith day/night/sunrise colorsUpper sky color.
CloudColorVectorCloud day/night/sunrise colorsCloud tint.

M_ProceduralSkySimple Parameters

ParameterTypeDefaultWhat It Changes
TilingScalar1Overall pattern scale across the sky.
FrequencyScalar2Base noise frequency.
AmplitudeScalar1Noise strength.
FrequencyScaleScalar2How quickly detail frequency increases between octaves.
GradientScaleScalar0.5Gradient contribution inside the procedural pattern.
BCoefficientScalar2Pattern shaping value for the noise result.
BFallOffScalar1Falloff shaping value for the noise result.
RemapMinScalar0Lower remap value for the noise range.
RemapMaxScalar1Upper remap value for the noise range.
OctavesScalar8Number of noise detail layers.
SeedScalar0Changes the generated pattern layout.
NoiseContrastScalar1Contrast of the procedural noise.
SmoothMinDarkScalar0.2Start of the dark color blend range.
SmoothMaxDarkScalar0.4End of the dark color blend range.
SmoothMinLightScalar0.4Start of the light color blend range.
SmoothMaxLightScalar0.7End of the light color blend range.
PersistenceScalar0.5How strongly higher noise octaves remain visible.
NoiseVariationScalar0Variation blend for the generated noise.
WorleyInfluenceScalar0Amount of Worley-style cellular influence.
CurlCoefficientScalar0.2Strength of curl distortion.
CurlNoiseSeedScalar0Changes the curl distortion layout.
SkyColorCurveScalar0Selects or offsets curve-based sky color behavior.
ColorCurveBlendScalar0.2Blend amount for curve-based colors.
StarSizeScalar0.5Visual size of generated stars.
StarFieldSeedScalar0Changes the star placement.
StarFalloffScalar10Sharpness of star edges.
StarIntensityScalar2Brightness of generated stars.
StarDensityScalar0.02Number of visible stars.
CurlBlendScalar0Blend amount for curl distortion.
CurlTilingScalar1Scale of the curl distortion pattern.
WorleySizeScalar1Cell size for Worley-style patterning.
DarkColorVectorDark blueLow-value color in the sky gradient.
MidColorVectorBlueMiddle color in the sky gradient.
LightColorVectorCyanHigh-value color in the sky gradient.
StarColorVectorWhiteGenerated star color.

M_PanningClouds Parameters

ParameterTypeDefaultWhat It Changes
Sun RadiusScalar0.0003Visual radius of the material sun disk.
Horizon FalloffScalar3How quickly horizon color fades upward.
Sun brightnessScalar50Brightness of the material sun glow.
Sun heightScalar1Vertical placement of the material sun effect.
CloudOpacityScalar1Opacity of the cloud layer.
StarBrightnessScalar0.1Brightness of the star texture layer.
GlobalTilingScalar1Overall cloud pattern tiling.
HorizonMinDensityScalar0.3Minimum density near the horizon blend.
HorizonMaxDensityScalar0.8Maximum density near the horizon blend.
CloudColorVectorLight blue-grayCloud tint.
Sun colorVectorWarm yellowSun glow color.
Zenith ColorVectorDeep blueUpper sky color.
Horizon colorVectorNear white cyanHorizon color.
HorizonDirectionVector0, 0, -1Direction used for the horizon blend.
Star textureTextureEngine sky starsTexture sampled for the star layer.

M_Moon Parameters

The actor updates the runtime moon material during play. For most projects, adjust the moon settings on the actor first, then edit the material instance only for surface style.

ParameterTypeDefaultWhat It Changes
OpacityScalar1Moon disc visibility.
DetailLevelScalar1Surface detail quality for the moon shader.
BrightnessScalar1Moon emissive brightness.
MoonPhaseScalar0Visible lunar phase offset.
TerrainScaleScalar0.95 / 2Large surface terrain pattern scale.
TerrainOctavesScalar3 / 4Number of terrain noise detail layers.
MareScaleScalar0.85 / 1.5Scale of darker lunar mare shapes.
MareLowScalar0.4 / 0.52Lower threshold for mare blending.
MareHighScalar0.68Upper threshold for mare blending.
CraterDepthScalar0.4Strength of crater depressions.
CraterRimBrightnessScalar0.25Brightness around crater rims.
BigCraterCountScalar4Number of large crater samples.
BigCraterRadiusScalar0.09 / 0.32Large crater radius.
MedCraterCountScalar24Number of medium crater samples.
MedCraterRadiusScalar0.044 / 0.14Medium crater radius.
SmallCraterCountScalar96 / 32Number of small crater samples.
SmallCraterRadiusScalar0.014 / 0.055Small crater radius.
RegolithScaleScalar72 / 28Fine surface grain scale.
RegolithStrengthScalar0.07 / 0.18Fine surface grain strength.
ColourVariationScalar0.15 / 0.12Color variation across the moon surface.
NormalStrengthScalar0.18 / 0.55Strength of surface normal detail.
TerminatorSoftnessScalar0.5Softness of the shadow edge across the moon.
AmbientFillScalar0.18 / 0.12Amount of fill light on the dark side.
SunDirectionVector0, 0, 1Lighting direction for phase and shading.
ViewDirectionVector0, 0, 1View direction for the shader.
HighlandColorVectorGray beigeBright lunar highland color.
MareColorVectorDark grayDarker lunar mare color.

M_LayeredProceduralSky Parameter

ParameterTypeDefaultWhat It Changes
GlobalTilingScalar1Overall tiling for the layered procedural sky material.
Procedural Skybox - Material Parameters | Athian Games