USpotLightComponent::AffectsBounds

Test whether the light affects the given bounding volume.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Components/SpotLightComponent.h"

Source

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

Syntax

virtual bool AffectsBounds
(
    const FBoxSphereBounds & InBounds
) const

Remarks

Test 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