FLightSceneProxy::AffectsBounds

Tests whether the light affects the given bounding volume.

Windows
MacOS
Linux

Override Hierarchy

FLightSceneProxy::AffectsBounds()

FLocalLightSceneProxy::AffectsBounds()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Syntax

virtual bool AffectsBounds
(
    const FBoxSphereBounds & Bounds
) const

Remarks

Tests whether the light affects the given bounding volume.

Returns

True if the light affects the bounding volume

Parameters

Parameter

Description

Bounds

The bounding volume to test.

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