![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SceneCore.h>
Classes | |
| struct | FExponentialHeightFogSceneData |
Public Member Functions | |
| FExponentialHeightFogSceneInfo (uint64 InId, const FExponentialHeightFogDynamicState &State) | |
Static Public Attributes | |
| static constexpr int | NumFogs = 2 |
The properties of a exponential height fog layer which are used for rendering.
| FExponentialHeightFogSceneInfo::FExponentialHeightFogSceneInfo | ( | uint64 | InId, |
| const FExponentialHeightFogDynamicState & | State | ||
| ) |
Initialization constructor.
| bool FExponentialHeightFogSceneInfo::bEnableVolumetricFog |
| bool FExponentialHeightFogSceneInfo::bHoldout |
| bool FExponentialHeightFogSceneInfo::bOverrideLightColorsWithFogInscatteringColors |
| bool FExponentialHeightFogSceneInfo::bRenderInMainPass |
| bool FExponentialHeightFogSceneInfo::bVisibleInRealTimeSkyCaptures |
| bool FExponentialHeightFogSceneInfo::bVisibleInReflectionCaptures |
| FLinearColor FExponentialHeightFogSceneInfo::DirectionalInscatteringColor |
| float FExponentialHeightFogSceneInfo::DirectionalInscatteringExponent |
| float FExponentialHeightFogSceneInfo::DirectionalInscatteringStartDistance |
| float FExponentialHeightFogSceneInfo::EndDistance |
| FLinearColor FExponentialHeightFogSceneInfo::FogColor |
| float FExponentialHeightFogSceneInfo::FogCutoffDistance |
| FExponentialHeightFogSceneData FExponentialHeightFogSceneInfo::FogData[NumFogs] |
| float FExponentialHeightFogSceneInfo::FogMaxOpacity |
| float FExponentialHeightFogSceneInfo::FullyDirectionalInscatteringColorDistance |
| uint64 FExponentialHeightFogSceneInfo::Id |
| UTextureCube* FExponentialHeightFogSceneInfo::InscatteringColorCubemap |
| float FExponentialHeightFogSceneInfo::InscatteringColorCubemapAngle |
| float FExponentialHeightFogSceneInfo::NonDirectionalInscatteringColorDistance |
|
staticconstexpr |
Number of supported individual fog settings on this ExponentialHeightFog
| FLinearColor FExponentialHeightFogSceneInfo::SkyAtmosphereAmbientContributionColorScale |
| float FExponentialHeightFogSceneInfo::StartDistance |
| FLinearColor FExponentialHeightFogSceneInfo::VolumetricFogAlbedo |
| float FExponentialHeightFogSceneInfo::VolumetricFogDistance |
| FLinearColor FExponentialHeightFogSceneInfo::VolumetricFogEmissive |
| float FExponentialHeightFogSceneInfo::VolumetricFogExtinctionScale |
| float FExponentialHeightFogSceneInfo::VolumetricFogNearFadeInDistance |
| float FExponentialHeightFogSceneInfo::VolumetricFogScatteringDistribution |
| float FExponentialHeightFogSceneInfo::VolumetricFogStartDistance |
| float FExponentialHeightFogSceneInfo::VolumetricFogStaticLightingScatteringIntensity |