Navigation
API > API/Editor > API/Editor/MaterialEditor > API/Editor/MaterialEditor/UMaterialEditingLibrary
Description
Refresh an open Material Function Editor's preview from its source asset. Same semantics as RefreshMaterialEditor.
| Name | RefreshMaterialFunctionEditor |
| 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 RefreshMaterialFunctionEditor
(
UMaterialFunction * MaterialFunction
)
Parameters
| Name | Remarks |
|---|---|
| MaterialFunction | MaterialFunction whose open editor should be refreshed. |