FColoredTexturedMaterialRenderProxy

An material render proxy which overrides the material's Color vector and Texture parameter (mixed together).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "MaterialShared.h"

Syntax

class FColoredTexturedMaterialRenderProxy : public FColoredMaterialRenderProxy

Remarks

An material render proxy which overrides the material's Color vector and Texture parameter (mixed together).

Variables

Name Description

Public variable

const UTexture ...

 

Texture

Public variable

FName

 

TextureParamName

Constructors

Name Description

Public function

FColoredTexturedMaterialRenderProxy

(
    const FMaterialRenderProxy* In...,
    const FLinearColor& InColor,
    FName InColorParamName,
    const UTexture* InTexture,
    FName InTextureParamName
)

Initialization constructor.

Overridden from FMaterialRenderProxy

Name Description

Public function Virtual Const

bool

 

GetTextureValue

(
    const FHashedMaterialParameterInfo ...,
    const UTexture** 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