FMaterialRenderContext

The context of a material being rendered.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "MaterialShared.h"

Syntax

struct FMaterialRenderContext

Remarks

The context of a material being rendered.

Variables

Name Description

Public variable

bool

 

bShowSelection

Whether or not selected objects should use their selection color.

Public variable

const FMaterial...

 

Material

Material resource to use.

Public variable

const FMaterial...

 

MaterialRenderProxy

Material instance used for the material shader

Constructors

Name Description

Public function

FMaterialRenderContext

(
    const FMaterialRenderProxy* In...,
    const FMaterial& InMaterial,
    const FSceneView* InView
)

Constructor

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