Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include | #include "SceneInterface.h" |
void GetLightIESAtlasSlot
(
const FLightSceneProxy * Proxy,
FLightRenderParameters * Out
)
Remarks
Return the IES profile index corresponding to the local light proxy
Parameters
| Name | Description |
|---|---|
| Proxy | the local light proxy |
| Out | the light parameters which will be filled with the IES profile index information |