FOverrideSelectionColorMaterialRenderProxy

A material render proxy which overrides the selection color

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FMaterialRenderProxy

FOverrideSelectionColorMaterialRenderProxy

References

Module

Engine

Header

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

Include

#include "MaterialShared.h"

Syntax

class FOverrideSelectionColorMaterialRenderProxy : public FMaterialRenderProxy

Remarks

A material render proxy which overrides the selection color

Variables

Name Description

Public variable

const FMaterial...

 

Parent

Public variable

const FLinearCo...

 

SelectionColor

Constructors

Name Description

Public function

FOverrideSelectionColorMaterialRenderProxy

(
    const FMaterialRenderProxy* In...,
    const FLinearColor& InSelectionCol...
)

Initialization constructor.

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