Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
Description
Updates the contents of the given sky capture by rendering the scene. This must be called on the game thread.
| Name | UpdateSkyCaptureContents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
virtual void UpdateSkyCaptureContents
(
const USkyLightComponent * CaptureComponent,
bool bCaptureEmissiveOnly,
UTextureCube * SourceCubemap,
FTexture * OutProcessedTexture,
float & OutAverageBrightness,
FSHVectorRGB3 & OutIrradianceEnvironmentMap,
TArray < FFloat16Color > * OutRadianceMap,
FLinearColor * SpecifiedCubemapColorScale
)