2025-10-14 22:20:59 -04:00
|
|
|
// 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 "Character/AuraCharacterBase.h"
|
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
|
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
|
|
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
2025-11-09 16:27:22 -05:00
|
|
|
class UMaterialInstanceDynamic;
|
2025-10-14 22:20:59 -04:00
|
|
|
#ifdef AURA_AuraCharacterBase_generated_h
|
|
|
|
|
#error "AuraCharacterBase.generated.h already included, missing '#pragma once' in AuraCharacterBase.h"
|
|
|
|
|
#endif
|
|
|
|
|
#define AURA_AuraCharacterBase_generated_h
|
|
|
|
|
|
2025-11-09 16:27:22 -05:00
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
|
|
|
virtual void MulticastHandleDeath_Implementation(); \
|
|
|
|
|
DECLARE_FUNCTION(execMulticastHandleDeath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_CALLBACK_WRAPPERS
|
2025-11-02 06:40:35 -05:00
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_INCLASS_NO_PURE_DECLS \
|
2025-10-14 22:20:59 -04:00
|
|
|
private: \
|
|
|
|
|
static void StaticRegisterNativesAAuraCharacterBase(); \
|
|
|
|
|
friend struct Z_Construct_UClass_AAuraCharacterBase_Statics; \
|
|
|
|
|
public: \
|
|
|
|
|
DECLARE_CLASS(AAuraCharacterBase, ACharacter, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Config), CASTCLASS_None, TEXT("/Script/Aura"), NO_API) \
|
|
|
|
|
DECLARE_SERIALIZER(AAuraCharacterBase) \
|
|
|
|
|
virtual UObject* _getUObject() const override { return const_cast<AAuraCharacterBase*>(this); }
|
|
|
|
|
|
|
|
|
|
|
2025-11-02 06:40:35 -05:00
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_ENHANCED_CONSTRUCTORS \
|
2025-10-14 22:20:59 -04:00
|
|
|
private: \
|
|
|
|
|
/** Private move- and copy-constructors, should never be used */ \
|
|
|
|
|
AAuraCharacterBase(AAuraCharacterBase&&); \
|
|
|
|
|
AAuraCharacterBase(const AAuraCharacterBase&); \
|
|
|
|
|
public: \
|
|
|
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AAuraCharacterBase); \
|
|
|
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AAuraCharacterBase); \
|
|
|
|
|
DEFINE_ABSTRACT_DEFAULT_CONSTRUCTOR_CALL(AAuraCharacterBase) \
|
|
|
|
|
NO_API virtual ~AAuraCharacterBase();
|
|
|
|
|
|
|
|
|
|
|
2025-11-02 06:40:35 -05:00
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_19_PROLOG
|
|
|
|
|
#define FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_GENERATED_BODY \
|
2025-10-14 22:20:59 -04:00
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
|
|
|
public: \
|
2025-11-09 16:27:22 -05:00
|
|
|
FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
|
|
|
FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_CALLBACK_WRAPPERS \
|
2025-11-02 06:40:35 -05:00
|
|
|
FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_INCLASS_NO_PURE_DECLS \
|
|
|
|
|
FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h_22_ENHANCED_CONSTRUCTORS \
|
2025-10-14 22:20:59 -04:00
|
|
|
private: \
|
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template<> AURA_API UClass* StaticClass<class AAuraCharacterBase>();
|
|
|
|
|
|
|
|
|
|
#undef CURRENT_FILE_ID
|
|
|
|
|
#define CURRENT_FILE_ID FID_Aura_Source_Aura_Public_Character_AuraCharacterBase_h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|