FLightingDensityMaterialRenderProxy

An material render proxy which overrides the material's Color and Lightmap resolution vector parameter.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Syntax

class FLightingDensityMaterialRenderProxy : public FColoredMaterialRenderProxy

Remarks

An material render proxy which overrides the material's Color and Lightmap resolution vector parameter.

Variables

Name Description

Public variable

const FVector2D

 

LightmapResolution

Constructors

Name Description

Public function

FLightingDensityMaterialRenderProxy

(
    const FMaterialRenderProxy* In...,
    const FLinearColor& InColor,
    const FVector2D& InLightmapResolut...
)

Initialization constructor.

Overridden from FMaterialRenderProxy

Name Description

Public function Virtual Const

bool

 

GetVectorValue

(
    const FHashedMaterialParameterInfo ...,
    FLinearColor* OutValue,
    const FMaterialRenderContext& Cont...
)

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