Files
UnrealEngineUWP/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_StateResult.h
roland munguia 9bd181ad63 Added a deprecation warning for AnimNode_StateResult.h located in AnimGraphRuntime module since the file got moved to Engine/Animation in CL 25613502.
#jira UE-184572
#preflight 646f9474407983b9980af164

[CL 25645220 by roland munguia in ue5-main branch]
2023-05-26 12:17:49 -04:00

13 lines
684 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
// HEADER_UNIT_SKIP - Deprecated
#ifdef _MSC_VER
#pragma message(__FILE__"(8): warning: Including AnimGraphRuntime/AnimNode_StateResult.h is deprecated. The file location changed. Use AnimNode_StateResult.h from the Engine module (Engine/Animation/AnimNode_StateResult.h) instead of the AnimGraphRuntime module.")
#else
#pragma message("Including AnimGraphRuntime/AnimNode_StateResult.h is deprecated. The file location changed. Use AnimNode_StateResult.h from the Engine module (Engine/Animation/AnimNode_StateResult.h) instead of the AnimGraphRuntime module.")
#endif
#include "Animation/AnimNode_StateResult.h"