UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RayTracing::FSceneOptions Struct Reference

#include <RayTracing.h>

Public Member Functions

 FSceneOptions (const FScene &Scene, const FViewFamilyInfo &ViewFamily, const FViewInfo &View, EDiffuseIndirectMethod DiffuseIndirectMethod, EReflectionsMethod ReflectionsMethod)
 

Public Attributes

bool bTranslucentGeometry = true
 
bool bIncludeSky = true
 
bool bLightingChannelsUsingAHS = true
 

Constructor & Destructor Documentation

◆ FSceneOptions()

RayTracing::FSceneOptions::FSceneOptions ( const FScene Scene,
const FViewFamilyInfo ViewFamily,
const FViewInfo View,
EDiffuseIndirectMethod  DiffuseIndirectMethod,
EReflectionsMethod  ReflectionsMethod 
)

Member Data Documentation

◆ bIncludeSky

bool RayTracing::FSceneOptions::bIncludeSky = true

◆ bLightingChannelsUsingAHS

bool RayTracing::FSceneOptions::bLightingChannelsUsingAHS = true

◆ bTranslucentGeometry

bool RayTracing::FSceneOptions::bTranslucentGeometry = true

The documentation for this struct was generated from the following file: