Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/EnhancedInput/UHT/EnhancedInputActionDelegateBinding.generated.h

115 lines
6.7 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05: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 "EnhancedInputActionDelegateBinding.h"
#ifdef ENHANCEDINPUT_EnhancedInputActionDelegateBinding_generated_h
#error "EnhancedInputActionDelegateBinding.generated.h already included, missing '#pragma once' in EnhancedInputActionDelegateBinding.h"
#endif
#define ENHANCEDINPUT_EnhancedInputActionDelegateBinding_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FBlueprintEnhancedInputActionBinding ******************************
struct Z_Construct_UScriptStruct_FBlueprintEnhancedInputActionBinding_Statics;
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_16_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FBlueprintEnhancedInputActionBinding_Statics; \
ENHANCEDINPUT_API static class UScriptStruct* StaticStruct();
struct FBlueprintEnhancedInputActionBinding;
// ********** End ScriptStruct FBlueprintEnhancedInputActionBinding ********************************
// ********** Begin Class UEnhancedInputActionDelegateBinding **************************************
struct Z_Construct_UClass_UEnhancedInputActionDelegateBinding_Statics;
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UEnhancedInputActionDelegateBinding_NoRegister();
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_35_INCLASS \
private: \
static void StaticRegisterNativesUEnhancedInputActionDelegateBinding(); \
friend struct ::Z_Construct_UClass_UEnhancedInputActionDelegateBinding_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ENHANCEDINPUT_API UClass* ::Z_Construct_UClass_UEnhancedInputActionDelegateBinding_NoRegister(); \
public: \
DECLARE_CLASS2(UEnhancedInputActionDelegateBinding, UInputDelegateBinding, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EnhancedInput"), Z_Construct_UClass_UEnhancedInputActionDelegateBinding_NoRegister) \
DECLARE_SERIALIZER(UEnhancedInputActionDelegateBinding)
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_35_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ENHANCEDINPUT_API UEnhancedInputActionDelegateBinding(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEnhancedInputActionDelegateBinding) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ENHANCEDINPUT_API, UEnhancedInputActionDelegateBinding); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEnhancedInputActionDelegateBinding); \
/** Deleted move- and copy-constructors, should never be used */ \
UEnhancedInputActionDelegateBinding(UEnhancedInputActionDelegateBinding&&) = delete; \
UEnhancedInputActionDelegateBinding(const UEnhancedInputActionDelegateBinding&) = delete; \
ENHANCEDINPUT_API virtual ~UEnhancedInputActionDelegateBinding();
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_32_PROLOG
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_35_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_35_INCLASS \
FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_35_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UEnhancedInputActionDelegateBinding;
// ********** End Class UEnhancedInputActionDelegateBinding ****************************************
// ********** Begin Class UEnhancedInputActionValueBinding *****************************************
struct Z_Construct_UClass_UEnhancedInputActionValueBinding_Statics;
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UEnhancedInputActionValueBinding_NoRegister();
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_48_INCLASS \
private: \
static void StaticRegisterNativesUEnhancedInputActionValueBinding(); \
friend struct ::Z_Construct_UClass_UEnhancedInputActionValueBinding_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ENHANCEDINPUT_API UClass* ::Z_Construct_UClass_UEnhancedInputActionValueBinding_NoRegister(); \
public: \
DECLARE_CLASS2(UEnhancedInputActionValueBinding, UInputDelegateBinding, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EnhancedInput"), Z_Construct_UClass_UEnhancedInputActionValueBinding_NoRegister) \
DECLARE_SERIALIZER(UEnhancedInputActionValueBinding)
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_48_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ENHANCEDINPUT_API UEnhancedInputActionValueBinding(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEnhancedInputActionValueBinding) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ENHANCEDINPUT_API, UEnhancedInputActionValueBinding); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEnhancedInputActionValueBinding); \
/** Deleted move- and copy-constructors, should never be used */ \
UEnhancedInputActionValueBinding(UEnhancedInputActionValueBinding&&) = delete; \
UEnhancedInputActionValueBinding(const UEnhancedInputActionValueBinding&) = delete; \
ENHANCEDINPUT_API virtual ~UEnhancedInputActionValueBinding();
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_45_PROLOG
#define FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_48_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_48_INCLASS \
FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h_48_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UEnhancedInputActionValueBinding;
// ********** End Class UEnhancedInputActionValueBinding *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_EnhancedInputActionDelegateBinding_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS