This commit is contained in:
2025-10-17 17:13:13 -04:00
parent fc85fa2a5a
commit dc37ba58c4
240 changed files with 24101 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
// 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 "Input/AuraInputComponent.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef AURA_AuraInputComponent_generated_h
#error "AuraInputComponent.generated.h already included, missing '#pragma once' in AuraInputComponent.h"
#endif
#define AURA_AuraInputComponent_generated_h
#define FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAuraInputComponent(); \
friend struct Z_Construct_UClass_UAuraInputComponent_Statics; \
public: \
DECLARE_CLASS(UAuraInputComponent, UEnhancedInputComponent, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/Aura"), NO_API) \
DECLARE_SERIALIZER(UAuraInputComponent)
#define FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAuraInputComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UAuraInputComponent(UAuraInputComponent&&); \
UAuraInputComponent(const UAuraInputComponent&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAuraInputComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAuraInputComponent); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAuraInputComponent) \
NO_API virtual ~UAuraInputComponent();
#define FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_13_PROLOG
#define FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_16_INCLASS_NO_PURE_DECLS \
FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> AURA_API UClass* StaticClass<class UAuraInputComponent>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Aura_Source_Aura_Public_Input_AuraInputComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS