45 lines
2.1 KiB
C
45 lines
2.1 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 "StateTreeConditionBase.h"
|
|
|
|
#ifdef STATETREEMODULE_StateTreeConditionBase_generated_h
|
|
#error "StateTreeConditionBase.generated.h already included, missing '#pragma once' in StateTreeConditionBase.h"
|
|
#endif
|
|
#define STATETREEMODULE_StateTreeConditionBase_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin ScriptStruct FStateTreeConditionBase *******************************************
|
|
struct Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics;
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h_23_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics; \
|
|
STATETREEMODULE_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FStateTreeNodeBase Super;
|
|
|
|
|
|
struct FStateTreeConditionBase;
|
|
// ********** End ScriptStruct FStateTreeConditionBase *********************************************
|
|
|
|
// ********** Begin ScriptStruct FStateTreeConditionCommonBase *************************************
|
|
struct Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics;
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h_84_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics; \
|
|
STATETREEMODULE_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FStateTreeConditionBase Super;
|
|
|
|
|
|
struct FStateTreeConditionCommonBase;
|
|
// ********** End ScriptStruct FStateTreeConditionCommonBase ***************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|