Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkyAtmosphereComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadOnly, Interp, Category="Art Direction",
Meta=(UIMin=0.001f, UIMax=10.0f, ClampMin=0.001f))
float AerialPerspectiveStartDepth
Remarks
The distance (kilometers) at which we start evaluating the aerial perspective. Having the aerial perspective starts away from the camera can help with performance: pixels not affected by the aerial perspective will have their computation skipped using early depth test.