Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneView
Syntax
bool bSceneCaptureUsesRayTracing
Remarks
Whether this view may use ray tracing, for views that are used to render a scene capture. Use IsRayTracingAllowedForView() to test for ray tracing, not this bool. Filled in based on the bUseRayTracingIfEnabled field in the scene capture component and r.RayTracing.SceneCaptures CVar (-1 == use value from component, 0 == disable globally, 1 == enable globally).