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 "RigVMFunctions/Simulation/RigVMFunction_SimBase.h"
|
||
|
|
|
||
|
|
#ifdef RIGVM_RigVMFunction_SimBase_generated_h
|
||
|
|
#error "RigVMFunction_SimBase.generated.h already included, missing '#pragma once' in RigVMFunction_SimBase.h"
|
||
|
|
#endif
|
||
|
|
#define RIGVM_RigVMFunction_SimBase_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_SimBase ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_SimBase_Statics;
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_SimBase_h_11_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FRigVMFunction_SimBase_Statics; \
|
||
|
|
RIGVM_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FRigVMStruct Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FRigVMFunction_SimBase;
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_SimBase **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_SimBaseMutable *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_SimBaseMutable_Statics;
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_SimBase_h_17_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FRigVMFunction_SimBaseMutable_Statics; \
|
||
|
|
RIGVM_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FRigVMStructMutable Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FRigVMFunction_SimBaseMutable;
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_SimBaseMutable ***************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_SimBase_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|