Navigation
API > API/Editor > API/Editor/LevelEditor
LightmapResRatioAdjust settings
| |
|
| Name |
FLightmapResRatioAdjustSettings |
| Type |
class |
| Header File |
/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h |
| Include Path |
#include "LightmapResRatioAdjust.h" |
Syntax
class FLightmapResRatioAdjustSettings
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FLightmapResRatioAdjustSettings()
|
Constructor |
LightmapResRatioAdjust.h |
|
Enums
Public
| Name |
Remarks |
| AdjustLevels |
LightmapResRatioAdjust level options |
Constants
| Name |
Type |
Remarks |
Include Path |
| LightmapResRatioAdjustSettings |
FLightmapResRatioAdjustSettings |
Static: Global lightmap resolution ratio adjust settings |
LightmapResRatioAdjust.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bBSPSurfaces |
bool |
If true, apply to BSP surfaces |
LightmapResRatioAdjust.h |
|
| bSelectedObjectsOnly |
bool |
If true, then only do selected primitives in the level(s) |
LightmapResRatioAdjust.h |
|
| bStaticMeshes |
bool |
If true, apply to static meshes |
LightmapResRatioAdjust.h |
|
| LevelOptions |
AdjustLevels |
The level(s) to check |
LightmapResRatioAdjust.h |
|
| Max_BSPSurfaces |
int32 |
|
LightmapResRatioAdjust.h |
|
| Max_StaticMeshes |
int32 |
|
LightmapResRatioAdjust.h |
|
| Min_BSPSurfaces |
int32 |
BSP Surfaces |
LightmapResRatioAdjust.h |
|
| Min_StaticMeshes |
int32 |
Min/Max values Static meshes |
LightmapResRatioAdjust.h |
|
| PrimitiveFlags |
uint8 |
The primitives to apply the adjustment to |
LightmapResRatioAdjust.h |
|
| Ratio |
float |
Ratio to apply |
LightmapResRatioAdjust.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void AddRequiredLevels
(
AdjustLevels InLevelOptions,
UWorld* World,
TArray< ULevel* >& OutLevels
)
|
Add levels in a world to an array based on the LevelOptions setting |
LightmapResRatioAdjust.h |
|
bool ApplyRatioAdjustment()
|
|
LightmapResRatioAdjust.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Static: Returns global lightmap resolution ratio adjust settings |
LightmapResRatioAdjust.h |
|