FMaterialEditorUtilities::GetExpressionPreview

Get a preview material render proxy for an expression

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h

Include

#include "MaterialEditorUtilities.h"

Source

/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp

Syntax

static FMaterialRenderProxy * GetExpressionPreview
(
    const class UEdGraph * Graph,
    UMaterialExpression * InExpression
)

Remarks

Get a preview material render proxy for an expression

Returns

FMaterialRenderProxy* Preview for this expression or NULL

Parameters

Parameter

Description

Graph

Graph representing material

InExpression

Expression we want preview for

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