73 lines
3.8 KiB
C
73 lines
3.8 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 "BehaviorTree/Composites/BTComposite_SimpleParallel.h"
|
||
|
|
|
||
|
|
#ifdef AIMODULE_BTComposite_SimpleParallel_generated_h
|
||
|
|
#error "BTComposite_SimpleParallel.generated.h already included, missing '#pragma once' in BTComposite_SimpleParallel.h"
|
||
|
|
#endif
|
||
|
|
#define AIMODULE_BTComposite_SimpleParallel_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UBTComposite_SimpleParallel **********************************************
|
||
|
|
struct Z_Construct_UClass_UBTComposite_SimpleParallel_Statics;
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTComposite_SimpleParallel_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_56_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUBTComposite_SimpleParallel(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UBTComposite_SimpleParallel_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend AIMODULE_API UClass* ::Z_Construct_UClass_UBTComposite_SimpleParallel_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UBTComposite_SimpleParallel, UBTCompositeNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AIModule"), Z_Construct_UClass_UBTComposite_SimpleParallel_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UBTComposite_SimpleParallel)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_56_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
AIMODULE_API UBTComposite_SimpleParallel(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UBTComposite_SimpleParallel) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AIMODULE_API, UBTComposite_SimpleParallel); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBTComposite_SimpleParallel); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UBTComposite_SimpleParallel(UBTComposite_SimpleParallel&&) = delete; \
|
||
|
|
UBTComposite_SimpleParallel(const UBTComposite_SimpleParallel&) = delete; \
|
||
|
|
AIMODULE_API virtual ~UBTComposite_SimpleParallel();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_53_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_56_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_56_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h_56_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UBTComposite_SimpleParallel;
|
||
|
|
|
||
|
|
// ********** End Class UBTComposite_SimpleParallel ************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h
|
||
|
|
|
||
|
|
// ********** Begin Enum EBTParallelMode ***********************************************************
|
||
|
|
#define FOREACH_ENUM_EBTPARALLELMODE(op) \
|
||
|
|
op(EBTParallelMode::AbortBackground) \
|
||
|
|
op(EBTParallelMode::WaitForBackground)
|
||
|
|
|
||
|
|
namespace EBTParallelMode { enum Type : int; }
|
||
|
|
template<> AIMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum<EBTParallelMode::Type>();
|
||
|
|
// ********** End Enum EBTParallelMode *************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|