Navigation
API > API/Editor > API/Editor/MaterialEditor > API/Editor/MaterialEditor/UMaterialEditingLibrary
Description
Refresh an open Material Instance Editor's parameter and inheritance views. Call after script-driven edits so the editor reflects the change. No-op if no editor is open for the instance.
| Name | RefreshMaterialInstanceEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditingLibrary.h |
| Include Path | #include "MaterialEditingLibrary.h" |
| Source | /Engine/Source/Editor/MaterialEditor/Private/MaterialEditingLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="MaterialEditing")
static void RefreshMaterialInstanceEditor
(
UMaterialInstanceConstant * Instance
)
Parameters
| Name | Remarks |
|---|---|
| Instance | Material Instance whose open editor should be refreshed. |