66 lines
3.0 KiB
C
66 lines
3.0 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 "AbilitySystem/AuraAbilitySystemLibrary.h"
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UAttributeMenuWidgetController;
|
||
|
|
class UObject;
|
||
|
|
class UOverlayWidgetController;
|
||
|
|
#ifdef AURA_AuraAbilitySystemLibrary_generated_h
|
||
|
|
#error "AuraAbilitySystemLibrary.generated.h already included, missing '#pragma once' in AuraAbilitySystemLibrary.h"
|
||
|
|
#endif
|
||
|
|
#define AURA_AuraAbilitySystemLibrary_generated_h
|
||
|
|
|
||
|
|
#define FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
DECLARE_FUNCTION(execGetAttributeMenuWidgetController); \
|
||
|
|
DECLARE_FUNCTION(execGetOverlayWidgetController);
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUAuraAbilitySystemLibrary(); \
|
||
|
|
friend struct Z_Construct_UClass_UAuraAbilitySystemLibrary_Statics; \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS(UAuraAbilitySystemLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Aura"), NO_API) \
|
||
|
|
DECLARE_SERIALIZER(UAuraAbilitySystemLibrary)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UAuraAbilitySystemLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
private: \
|
||
|
|
/** Private move- and copy-constructors, should never be used */ \
|
||
|
|
UAuraAbilitySystemLibrary(UAuraAbilitySystemLibrary&&); \
|
||
|
|
UAuraAbilitySystemLibrary(const UAuraAbilitySystemLibrary&); \
|
||
|
|
public: \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAuraAbilitySystemLibrary); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAuraAbilitySystemLibrary); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAuraAbilitySystemLibrary) \
|
||
|
|
NO_API virtual ~UAuraAbilitySystemLibrary();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_14_PROLOG
|
||
|
|
#define FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h_17_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
template<> AURA_API UClass* StaticClass<class UAuraAbilitySystemLibrary>();
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Aura_Source_Aura_Public_AbilitySystem_AuraAbilitySystemLibrary_h
|
||
|
|
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|