Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkyAtmosphereCommonData.h |
| Include | #include "Rendering/SkyAtmosphereCommonData.h" |
Syntax
struct FAtmosphereSetup
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AbsorptionDensity0ConstantTerm | ||
| float | AbsorptionDensity0LayerWidth | ||
| float | AbsorptionDensity0LinearTerm | ||
| float | AbsorptionDensity1ConstantTerm | ||
| float | AbsorptionDensity1LinearTerm | ||
| FLinearColor | AbsorptionExtinction | ||
| float | BottomRadiusKm | ||
| FLinearColor | GroundAlbedo | ||
| FLinearColor | MieAbsorption | ||
| float | MieDensityExpScale | ||
| FLinearColor | MieExtinction | ||
| float | MiePhaseG | ||
| FLinearColor | MieScattering | ||
| float | MultiScatteringFactor | ||
| FVector | PlanetCenterKm | ||
| float | RayleighDensityExpScale | ||
| FLinearColor | RayleighScattering | ||
| float | TopRadiusKm | ||
| float | TransmittanceMinLightElevationAngle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAtmosphereSetup
(
const USkyAtmosphereComponent& SkyAtmosphereComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyWorldOffset
(
const FVector& InOffset |
||
| void | ComputeViewData
(
const FVector& WorldCameraOrigin, |
||
| FLinearColor | GetTransmittanceAtGroundLevel
(
const FVector& SunDirection |
||
| void | UpdateTransform
(
const FTransform& ComponentTransform, |
Constants
| Name | Description |
|---|---|
| CmToSkyUnit | |
| SkyUnitToCm |