Files
UnrealEngine/Engine/Source/Editor/GraphEditor/Public/MaterialNodes/SGraphNodeMaterialCustom.h
2025-05-18 13:04:45 +08:00

10 lines
387 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Misc/CoreMiscDefines.h"
UE_DEPRECATED_HEADER(5.6, "This header has moved to the MaterialEditor module. Use MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h.")
// Include the new file so that the project still compiles, but has warnings
#include "MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h"