Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/FLightmapResRatioAdjustSettings
LightmapResRatioAdjust level options
| Name | AdjustLevels |
| Type | enum |
| Header File | /Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h |
| Include Path | #include "LightmapResRatioAdjust.h" |
Syntax
enum AdjustLevels
{
Current,
Selected,
AllLoaded,
}
Values
| Name | Remarks |
|---|---|
| Current | Current level only |
| Selected | Selected levels only |
| AllLoaded | All loaded levels |