64 lines
3.5 KiB
C
64 lines
3.5 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 "Animation/AnimNotifies/AnimNotifyState_DisableRootMotion.h"
|
||
|
|
|
||
|
|
#ifdef ENGINE_AnimNotifyState_DisableRootMotion_generated_h
|
||
|
|
#error "AnimNotifyState_DisableRootMotion.generated.h already included, missing '#pragma once' in AnimNotifyState_DisableRootMotion.h"
|
||
|
|
#endif
|
||
|
|
#define ENGINE_AnimNotifyState_DisableRootMotion_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotifyState_DisableRootMotion ***************************************
|
||
|
|
struct Z_Construct_UClass_UAnimNotifyState_DisableRootMotion_Statics;
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotifyState_DisableRootMotion_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_10_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUAnimNotifyState_DisableRootMotion(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UAnimNotifyState_DisableRootMotion_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UAnimNotifyState_DisableRootMotion_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UAnimNotifyState_DisableRootMotion, UAnimNotifyState, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UAnimNotifyState_DisableRootMotion_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UAnimNotifyState_DisableRootMotion)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_10_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
ENGINE_API UAnimNotifyState_DisableRootMotion(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAnimNotifyState_DisableRootMotion) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UAnimNotifyState_DisableRootMotion); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAnimNotifyState_DisableRootMotion); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UAnimNotifyState_DisableRootMotion(UAnimNotifyState_DisableRootMotion&&) = delete; \
|
||
|
|
UAnimNotifyState_DisableRootMotion(const UAnimNotifyState_DisableRootMotion&) = delete; \
|
||
|
|
ENGINE_API virtual ~UAnimNotifyState_DisableRootMotion();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_7_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_10_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_10_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h_10_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UAnimNotifyState_DisableRootMotion;
|
||
|
|
|
||
|
|
// ********** End Class UAnimNotifyState_DisableRootMotion *****************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotifyState_DisableRootMotion_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|