Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLocalLightSceneProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetEffectiveScreenRadius
(
const FViewMatrices& ShadowViewMatrices |
LocalLightSceneProxy.h | ||
virtual float GetEffectiveScreenRadius
(
const FViewMatrices& ShadowViewMatrices, |
TODO: refactor this to move into the shadow scene renderer. | LocalLightSceneProxy.h |
GetEffectiveScreenRadius(const FViewMatrices &)
| Name | GetEffectiveScreenRadius |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LocalLightSceneProxy.h |
| Include Path | #include "LocalLightSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LocalLightSceneProxy.cpp |
virtual float GetEffectiveScreenRadius
(
const FViewMatrices & ShadowViewMatrices
) const
GetEffectiveScreenRadius(const FViewMatrices &, const FIntPoint &)
Description
TODO: refactor this to move into the shadow scene renderer.
| Name | GetEffectiveScreenRadius |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LocalLightSceneProxy.h |
| Include Path | #include "LocalLightSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LocalLightSceneProxy.cpp |
virtual float GetEffectiveScreenRadius
(
const FViewMatrices & ShadowViewMatrices,
const FIntPoint & CameraViewRectSize
) const