Save Often
This commit is contained in:
@@ -9,11 +9,17 @@
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
class UAnimMontage;
|
||||
#ifdef AURA_CombatInterface_generated_h
|
||||
#error "CombatInterface.generated.h already included, missing '#pragma once' in CombatInterface.h"
|
||||
#endif
|
||||
#define AURA_CombatInterface_generated_h
|
||||
|
||||
#define FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
virtual UAnimMontage* GetHitReactMontage_Implementation() { return NULL; }; \
|
||||
DECLARE_FUNCTION(execGetHitReactMontage);
|
||||
|
||||
|
||||
#define FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_CALLBACK_WRAPPERS
|
||||
#define FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
@@ -52,6 +58,7 @@ protected: \
|
||||
public: \
|
||||
typedef UCombatInterface UClassType; \
|
||||
typedef ICombatInterface ThisClass; \
|
||||
static UAnimMontage* Execute_GetHitReactMontage(UObject* O); \
|
||||
static void Execute_UpdateFacingTarget(UObject* O, FVector const& TargetLocation); \
|
||||
virtual UObject* _getUObject() const { return nullptr; }
|
||||
|
||||
@@ -60,6 +67,7 @@ public: \
|
||||
#define FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_21_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_CALLBACK_WRAPPERS \
|
||||
FID_Aura_Source_Aura_Public_Interact_CombatInterface_h_13_INCLASS_IINTERFACE_NO_PURE_DECLS \
|
||||
private: \
|
||||
|
||||
Reference in New Issue
Block a user