Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

11 lines
382 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/MaterialPins/SGraphPinMaterialInput.h.")
// Include the new file so that the project still compiles, but has warnings
#include "MaterialEditor/MaterialPins/SGraphPinMaterialInput.h"