64 return TransmittanceAndMultiScatteringLUTsVersion;
68 uint32 TransmittanceAndMultiScatteringLUTsVersion;
70 void ComputeAtmosphereVersion();
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SkyAtmosphereCommonData.h:18
FVector PlanetCenterKm
Definition SkyAtmosphereCommonData.h:22
float AbsorptionDensity0LinearTerm
Definition SkyAtmosphereCommonData.h:40
float BottomRadiusKm
Definition SkyAtmosphereCommonData.h:23
ENGINE_API void ApplyWorldOffset(const FVector &InOffset)
Definition SkyAtmosphereCommonData.cpp:159
float MiePhaseG
Definition SkyAtmosphereCommonData.h:35
float RayleighDensityExpScale
Definition SkyAtmosphereCommonData.h:29
uint32 GetTransmittanceAndMultiScatteringLUTsVersion() const
Definition SkyAtmosphereCommonData.h:62
static ENGINE_API const float SkyUnitToCm
Definition SkyAtmosphereCommonData.h:20
ENGINE_API void ComputeViewData(const FVector &WorldCameraOrigin, const FVector &PreViewTranslation, const FVector3f &ViewForward, const FVector3f &ViewRight, FVector3f &SkyCameraTranslatedWorldOrigin, FVector4f &SkyPlanetTranslatedWorldCenterAndViewHeight, FMatrix44f &SkyViewLutReferential) const
Definition SkyAtmosphereCommonData.cpp:271
float TopRadiusKm
Definition SkyAtmosphereCommonData.h:24
float AbsorptionDensity0LayerWidth
Definition SkyAtmosphereCommonData.h:38
FLinearColor MieExtinction
Definition SkyAtmosphereCommonData.h:32
float AbsorptionDensity1LinearTerm
Definition SkyAtmosphereCommonData.h:42
FLinearColor GroundAlbedo
Definition SkyAtmosphereCommonData.h:44
ENGINE_API FLinearColor GetTransmittanceAtGroundLevel(const FVector &SunDirection) const
Definition SkyAtmosphereCommonData.cpp:182
FLinearColor MieScattering
Definition SkyAtmosphereCommonData.h:31
float MieDensityExpScale
Definition SkyAtmosphereCommonData.h:34
void InternalInit(const T &SkyAtmosphereComponent)
Definition SkyAtmosphereCommonData.cpp:52
float AbsorptionDensity1ConstantTerm
Definition SkyAtmosphereCommonData.h:41
FLinearColor AbsorptionExtinction
Definition SkyAtmosphereCommonData.h:37
FLinearColor RayleighScattering
Definition SkyAtmosphereCommonData.h:28
float MultiScatteringFactor
Definition SkyAtmosphereCommonData.h:26
float AbsorptionDensity0ConstantTerm
Definition SkyAtmosphereCommonData.h:39
FLinearColor MieAbsorption
Definition SkyAtmosphereCommonData.h:33
static ENGINE_API const float CmToSkyUnit
Definition SkyAtmosphereCommonData.h:19
float TransmittanceMinLightElevationAngle
Definition SkyAtmosphereCommonData.h:46
Definition SkyAtmosphereStateStream.h:44