Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLightMap2D
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LightMap.h |
| Include | #include "LightMap.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LightMap.cpp |
bool IsValid
(
uint32 BasisIndex
) const
Remarks
Returns whether the specified basis has a valid lightmap texture or not. true if the specified basis has a valid lightmap texture, otherwise false
Parameters
| Name | Description |
|---|---|
| BasisIndex | The basis index. |