FLandscapeDebugMaterialRenderProxy

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FMaterialRenderProxy

FLandscapeDebugMaterialRenderProxy

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h

Include

#include "LandscapeRender.h"

Syntax

class FLandscapeDebugMaterialRenderProxy : public FMaterialRenderProxy

Variables

Name Description

Public variable

const FLinearCo...

 

B

Public variable

const UTexture2...

 

BlueTexture

Public variable

const FLinearCo...

 

G

Public variable

const UTexture2...

 

GreenTexture

Public variable

const FMaterial...

 

Parent

Public variable

const FLinearCo...

 

R

Public variable

const UTexture2...

 

RedTexture

Constructors

Name Description

Public function

FLandscapeDebugMaterialRenderProxy

(
    const FMaterialRenderProxy* In...,
    const UTexture2D* TexR,
    const UTexture2D* TexG,
    const UTexture2D* TexB,
    const FLinearColor& InR,
    const FLinearColor& InG,
    const FLinearColor& InB
)

Initialization constructor.

Overridden from FMaterialRenderProxy

Name Description

Public function Virtual Const

const FMater...

 

GetMaterialWithFallback

(
    ERHIFeatureLevel::Type InFeatureLev...,
    const FMaterialRenderProxy*& O...
)

Finds the FMaterial to use for rendering this FMaterialRenderProxy.

Public function Virtual Const

bool

 

GetScalarValue

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

Public function Virtual Const

bool

 

GetTextureValue

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

Public function Virtual Const

bool

 

GetTextureValue

(
    const FHashedMaterialParameterInfo ...,
    const URuntimeVirtualTexture*&...,
    const FMaterialRenderContext& Cont...
)

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