USkyLightComponent::SetCubemapBlend

Creates sky lighting from a blend between two cubemaps, which is only valid when SourceType is set to SpecifiedCubemap.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h

Include

#include "Components/SkyLightComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp

Syntax

void SetCubemapBlend
(
    UTextureCube * SourceCubemap,
    UTextureCube * DestinationCubemap,
    float InBlendFraction
)

Remarks

Creates sky lighting from a blend between two cubemaps, which is only valid when SourceType is set to SpecifiedCubemap. This can be used to seamlessly transition sky lighting between different times of day. The caller should continue to update the blend until BlendFraction is 0 or 1 to reduce rendering cost. The caller is responsible for avoiding pops due to changing the source or destination.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss