Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShadowMap2D
Description
Executes all pending shadow-map encoding requests. Executes all pending shadow-map encoding requests.
| Name | EncodeTextures |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ShadowMap.h |
| Include Path | #include "ShadowMap.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ShadowMap.cpp |
static void EncodeTextures
(
const FStaticLightingBuildContext * LightingContext,
bool bLightingSuccessful,
bool bMultithreadedEncode
)
Parameters
| Name | Remarks |
|---|---|
| LightingContext | Context in which the textures exist |
| bLightingSuccessful | Whether the lighting build was successful or not. |
| InWorld | World in which the textures exist |
| bLightingSuccessful | Whether the lighting build was successful or not. |