FLandscapeLayerUsageRenderProxy

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FMaterialRenderProxy

FLandscapeLayerUsageRenderProxy

References

Module

Landscape

Header

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

Include

#include "LandscapeRender.h"

Syntax

class FLandscapeLayerUsageRenderProxy : public FMaterialRenderProxy

Constructors

Name Description

Public function

FLandscapeLayerUsageRenderProxy

(
    const FMaterialRenderProxy* In...,
    int32 InComponentSizeVerts,
    const TArray< FLinearColor >& InLa...,
    float InRotation
)

Overridden from FMaterialRenderProxy

Name Description

Public function Virtual Const

const FMater...

 

GetFallback

(
    ERHIFeatureLevel::Type InFeatureLev...
)

Public function Virtual Const

const FMater...

 

GetMaterialNoFallback

(
    ERHIFeatureLevel::Type InFeatureLev...
)

Returns the FMaterial, without using a fallback if the FMaterial doesn't have a valid shader map.

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