47 lines
2.1 KiB
C++
47 lines
2.1 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "AnimNodes/AnimNode_ModifyCurve.h"
|
|
|
|
#ifdef ANIMGRAPHRUNTIME_AnimNode_ModifyCurve_generated_h
|
|
#error "AnimNode_ModifyCurve.generated.h already included, missing '#pragma once' in AnimNode_ModifyCurve.h"
|
|
#endif
|
|
#define ANIMGRAPHRUNTIME_AnimNode_ModifyCurve_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ModifyCurve *********************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_ModifyCurve_Statics;
|
|
#define FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_ModifyCurve_h_33_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FAnimNode_ModifyCurve_Statics; \
|
|
ANIMGRAPHRUNTIME_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FAnimNode_Base Super;
|
|
|
|
|
|
struct FAnimNode_ModifyCurve;
|
|
// ********** End ScriptStruct FAnimNode_ModifyCurve ***********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_ModifyCurve_h
|
|
|
|
// ********** Begin Enum EModifyCurveApplyMode *****************************************************
|
|
#define FOREACH_ENUM_EMODIFYCURVEAPPLYMODE(op) \
|
|
op(EModifyCurveApplyMode::Add) \
|
|
op(EModifyCurveApplyMode::Scale) \
|
|
op(EModifyCurveApplyMode::Blend) \
|
|
op(EModifyCurveApplyMode::WeightedMovingAverage) \
|
|
op(EModifyCurveApplyMode::RemapCurve)
|
|
|
|
enum class EModifyCurveApplyMode : uint8;
|
|
template<> struct TIsUEnumClass<EModifyCurveApplyMode> { enum { Value = true }; };
|
|
template<> ANIMGRAPHRUNTIME_NON_ATTRIBUTED_API UEnum* StaticEnum<EModifyCurveApplyMode>();
|
|
// ********** End Enum EModifyCurveApplyMode *******************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|