Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FLocalLightSceneProxy
- FLightSceneProxy::AffectsBounds()
- FLocalLightSceneProxy::AffectsBounds()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/LocalLightSceneProxy.h |
Include | #include "LocalLightSceneProxy.h" |
Source | /Engine/Source/Runtime/Engine/Private/LocalLightSceneProxy.cpp |
virtual bool AffectsBounds
&40;
const FBoxSphereBounds & Bounds
&41; const
Remarks
Tests whether the light affects the given bounding volume. True if the light affects the bounding volume
Parameters
Name | Description |
---|---|
Bounds | The bounding volume to test. |