FExponentialHeightFogData

Data for an individual fog line integral.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ExponentialHeightFogComponent.h

Include

#include "Components/ExponentialHeightFogComponent.h"

Syntax

struct FExponentialHeightFogData

Remarks

Data for an individual fog line integral. This is the data which is not shared between fogs when multiple fogs are set up on a single UExponentialHeightFogComponent

Variables

Name Description

Public variable

float

 

FogDensity

Global density factor for this fog.

Public variable

float

 

FogHeightFalloff

Height density factor, controls how the density increases as height decreases.

Public variable

float

 

FogHeightOffset

Height offset, relative to the actor position Z.

Functions

Name Description

Public function

void

 

ClampToValidRanges()

Clamp to valid ranges. This might be different from the UI clamp.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss