64 lines
3.1 KiB
C
64 lines
3.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 "AnimAssetFindReplaceCurves.h"
|
||
|
|
|
||
|
|
#ifdef PERSONA_AnimAssetFindReplaceCurves_generated_h
|
||
|
|
#error "AnimAssetFindReplaceCurves.generated.h already included, missing '#pragma once' in AnimAssetFindReplaceCurves.h"
|
||
|
|
#endif
|
||
|
|
#define PERSONA_AnimAssetFindReplaceCurves_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimAssetFindReplaceCurves **********************************************
|
||
|
|
struct Z_Construct_UClass_UAnimAssetFindReplaceCurves_Statics;
|
||
|
|
PERSONA_API UClass* Z_Construct_UClass_UAnimAssetFindReplaceCurves_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_13_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUAnimAssetFindReplaceCurves(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UAnimAssetFindReplaceCurves_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend PERSONA_API UClass* ::Z_Construct_UClass_UAnimAssetFindReplaceCurves_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UAnimAssetFindReplaceCurves, UAnimAssetFindReplaceProcessor_StringBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Persona"), Z_Construct_UClass_UAnimAssetFindReplaceCurves_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UAnimAssetFindReplaceCurves)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_13_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
PERSONA_API UAnimAssetFindReplaceCurves(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UAnimAssetFindReplaceCurves(UAnimAssetFindReplaceCurves&&) = delete; \
|
||
|
|
UAnimAssetFindReplaceCurves(const UAnimAssetFindReplaceCurves&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(PERSONA_API, UAnimAssetFindReplaceCurves); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAnimAssetFindReplaceCurves); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAnimAssetFindReplaceCurves) \
|
||
|
|
PERSONA_API virtual ~UAnimAssetFindReplaceCurves();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_10_PROLOG
|
||
|
|
#define FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_13_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_13_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h_13_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UAnimAssetFindReplaceCurves;
|
||
|
|
|
||
|
|
// ********** End Class UAnimAssetFindReplaceCurves ************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Editor_Persona_Public_AnimAssetFindReplaceCurves_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|