Navigation
Unreal Engine C++ API Reference > Editor > MaterialEditor > IMaterialEditor
References
Module | MaterialEditor |
Header | /Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h |
Include | #include "IMaterialEditor.h" |
virtual [FMaterialRenderProxy](API\Runtime\Engine\Materials\FMaterialRenderProxy) * GetExpressionPreview ( [UMaterialExpression](API\Runtime\Engine\Materials\UMaterialExpression) * InExpression )
Remarks
Gets the preview for an expression FMaterialRenderProxy* The expression preview
Parameters
Name | Description |
---|---|
InExpression | The expression to preview |