FLightmassMaterialInterfaceSettings

[UMaterial](API\Runtime\Engine\Materials\UMaterial) interface settings for Lightmass

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h

Include

#include "Materials/MaterialInterface.h"

Syntax

struct FLightmassMaterialInterfaceSettings

Remarks

UMaterial interface settings for Lightmass

Variables

Name Description

Public variable

uint8: 1

 

bCastShadowAsMasked

If true, forces translucency to cast static shadows as if the material were masked.

Public variable

uint8: 1

 

bOverrideCastShadowAsMasked

Boolean override flags - only used in MaterialInstance* cases.

Public variable

uint8: 1

 

bOverrideDiffuseBoost

If true, override the diffuse boost setting of the parent material.

Public variable

uint8: 1

 

bOverrideEmissiveBoost

If true, override the emissive boost setting of the parent material.

Public variable

uint8: 1

 

bOverrideExportResolutionScale

If true, override the export resolution scale setting of the parent material.

Public variable

float

 

DiffuseBoost

Scales the diffuse contribution of this material to static lighting.

Public variable

float

 

EmissiveBoost

Scales the emissive contribution of this material to static lighting.

Public variable

float

 

ExportResolutionScale

Scales the resolution that this material's attributes were exported at.

Constructors

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