Skip to content
Jigwright
HullForge docs

Set Exponential Fog

Set one property on an exponential height fog, by reflection, verified by reading it back. TAKES THE LABEL THE DETAILS PANEL SHOWS as well as the property name, and REFUSES the two deprecated properties by naming their live replacements, because writing to those succeeds, verifies, and does nothing.

hf_set_exponential_fogWrite

Arguments

NameTypeDescription
settingreqstringProperty name on the component, or the label the details panel shows for it. The result says which was matched.
valuereqstringThe value as text. The result names the unit the engine states for that property, where it states one.
allow_deprecatedbooleanWrite to a deprecated property anyway. The write will verify and will be dropped at the next save; this exists for reading old assets back, not for authoring.
fogstringLabel of an ExponentialHeightFog actor. Omit when the level has exactly one.
forceboolean
= false
Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first.

Nearby in Post process, sky and atmosphere:

All 12 tools in Post process, sky and atmosphere — 3 more not listed here.