Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/FLightmapResRatioAdjustSettings
References
| Module | LevelEditor |
| Header | /Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h |
| Include | #include "LightmapResRatioAdjust.h" |
| Source | /Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp |
void AddRequiredLevels
&40;
AdjustLevels InLevelOptions,
UWorld &42; World,
TArray< ULevel &42; > & OutLevels
&41;
Remarks
Add levels in a world to an array based on the LevelOptions setting
Parameters
| Name | Description |
|---|---|
| InLevelOptions | Level options used to decided whether to add levels to the array |
| InWorld | The world in which to get the levels from |
| OutLevels | The array to add any levels to (The array is NOT reset by this function) |