FLightmapResRatioAdjustSettings::AddRequiredLevels

Add levels in a world to an array based on the LevelOptions setting

Windows
MacOS
Linux

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h

Include

#include "LightmapResRatioAdjust.h"

Source

/Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp

Syntax

void AddRequiredLevels
(
    AdjustLevels InLevelOptions,
    UWorld * World,
    TArray< ULevel * > & OutLevels
)

Remarks

Add levels in a world to an array based on the LevelOptions setting

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss