Files
UnrealEngineUWP/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorContext.h
rex hill e7afe98d85 Fix duplicate items on Material Instance Toolbar
#jira UE-89380
#rb none


#ROBOMERGE-SOURCE: CL 11608922 via CL 11608931 via CL 11608941
#ROBOMERGE-BOT: (v656-11643781)

[CL 11758588 by rex hill in Main branch]
2020-02-28 13:34:25 -05:00

20 lines
316 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "MaterialEditorContext.generated.h"
class IMaterialEditor;
UCLASS()
class MATERIALEDITOR_API UMaterialEditorMenuContext : public UObject
{
GENERATED_BODY()
public:
TWeakPtr<IMaterialEditor> MaterialEditor;
};