49 float AerialPespectiveViewDistanceScale;
50 float HeightFogContribution;
51 float AerialPerspectiveStartDepthKm;
52 float TraceSampleCountScale;
54 bool bRenderInMainPass;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define NUM_ATMOSPHERE_LIGHTS
Definition EngineDefines.h:26
Definition SkyAtmosphereRendering.h:138
Definition SkyAtmosphereSceneProxy.h:16
void ApplyWorldOffset(const FVector3f &InOffset)
Definition SkyAtmosphereSceneProxy.h:37
FLinearColor GetSkyLuminanceFactor() const
Definition SkyAtmosphereSceneProxy.h:24
float GetAerialPespectiveViewDistanceScale() const
Definition SkyAtmosphereSceneProxy.h:26
FSkyAtmosphereRenderSceneInfo * RenderSceneInfo
Definition SkyAtmosphereSceneProxy.h:42
float GetHeightFogContribution() const
Definition SkyAtmosphereSceneProxy.h:27
float GetAerialPerspectiveStartDepthKm() const
Definition SkyAtmosphereSceneProxy.h:28
ENGINE_API FVector GetAtmosphereLightDirection(int32 AtmosphereLightIndex, const FVector &DefaultDirection) const
Definition SkyAtmosphereComponent.cpp:638
void UpdateTransform(const FTransform &ComponentTransform, uint8 TranformMode)
Definition SkyAtmosphereSceneProxy.h:36
bool bStaticLightingBuilt
Definition SkyAtmosphereSceneProxy.h:41
const FAtmosphereSetup & GetAtmosphereSetup() const
Definition SkyAtmosphereSceneProxy.h:31
bool IsRenderedInMainPass() const
Definition SkyAtmosphereSceneProxy.h:34
ENGINE_API ~FSkyAtmosphereSceneProxy()
Definition SkyAtmosphereComponent.cpp:634
float GetTraceSampleCountScale() const
Definition SkyAtmosphereSceneProxy.h:29
FLinearColor GetSkyAndAerialPerspectiveLuminanceFactor() const
Definition SkyAtmosphereSceneProxy.h:25
bool IsHoldout() const
Definition SkyAtmosphereSceneProxy.h:33
Definition SkyAtmosphereStateStreamImpl.h:23
Definition SkyAtmosphereCommonData.h:18
ENGINE_API void ApplyWorldOffset(const FVector &InOffset)
Definition SkyAtmosphereCommonData.cpp:159
ENGINE_API void UpdateTransform(const FTransform &ComponentTransform, uint8 TranformMode)
Definition SkyAtmosphereCommonData.cpp:164
Definition SkyAtmosphereStateStream.h:44