9 lines
397 B
C
9 lines
397 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
// HEADER_UNIT_SKIP - Deprecated
|
|
|
|
UE_DEPRECATED_HEADER(5.3, "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.")
|
|
|
|
#include "Animation/AnimNode_StateResult.h" |