Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/ClothSysRuntimeIntrfc/UHT/ClothingSimulationInteractor.generated.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

125 lines
6.9 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 "ClothingSimulationInteractor.h"
#ifdef CLOTHINGSYSTEMRUNTIMEINTERFACE_ClothingSimulationInteractor_generated_h
#error "ClothingSimulationInteractor.generated.h already included, missing '#pragma once' in ClothingSimulationInteractor.h"
#endif
#define CLOTHINGSYSTEMRUNTIMEINTERFACE_ClothingSimulationInteractor_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UClothingInteractor;
// ********** Begin Class UClothingInteractor ******************************************************
struct Z_Construct_UClass_UClothingInteractor_Statics;
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothingInteractor_NoRegister();
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_32_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothingInteractor(); \
friend struct ::Z_Construct_UClass_UClothingInteractor_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* ::Z_Construct_UClass_UClothingInteractor_NoRegister(); \
public: \
DECLARE_CLASS2(UClothingInteractor, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ClothingSystemRuntimeInterface"), Z_Construct_UClass_UClothingInteractor_NoRegister) \
DECLARE_SERIALIZER(UClothingInteractor)
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_32_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClothingInteractor(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UClothingInteractor(UClothingInteractor&&) = delete; \
UClothingInteractor(const UClothingInteractor&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(CLOTHINGSYSTEMRUNTIMEINTERFACE_API, UClothingInteractor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothingInteractor); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UClothingInteractor) \
CLOTHINGSYSTEMRUNTIMEINTERFACE_API virtual ~UClothingInteractor();
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_29_PROLOG
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_32_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_32_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_32_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothingInteractor;
// ********** End Class UClothingInteractor ********************************************************
// ********** Begin Class UClothingSimulationInteractor ********************************************
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execGetClothingInteractor); \
DECLARE_FUNCTION(execGetSimulationTime); \
DECLARE_FUNCTION(execGetNumSubsteps); \
DECLARE_FUNCTION(execGetNumIterations); \
DECLARE_FUNCTION(execGetNumDynamicParticles); \
DECLARE_FUNCTION(execGetNumKinematicParticles); \
DECLARE_FUNCTION(execGetNumCloths); \
DECLARE_FUNCTION(execSetNumSubsteps); \
DECLARE_FUNCTION(execSetMaxNumIterations); \
DECLARE_FUNCTION(execSetNumIterations); \
DECLARE_FUNCTION(execDisableGravityOverride); \
DECLARE_FUNCTION(execEnableGravityOverride); \
DECLARE_FUNCTION(execSetAnimDriveSpringStiffness); \
DECLARE_FUNCTION(execClothConfigUpdated); \
DECLARE_FUNCTION(execPhysicsAssetUpdated);
struct Z_Construct_UClass_UClothingSimulationInteractor_Statics;
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothingSimulationInteractor_NoRegister();
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothingSimulationInteractor(); \
friend struct ::Z_Construct_UClass_UClothingSimulationInteractor_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* ::Z_Construct_UClass_UClothingSimulationInteractor_NoRegister(); \
public: \
DECLARE_CLASS2(UClothingSimulationInteractor, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ClothingSystemRuntimeInterface"), Z_Construct_UClass_UClothingSimulationInteractor_NoRegister) \
DECLARE_SERIALIZER(UClothingSimulationInteractor)
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClothingSimulationInteractor(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UClothingSimulationInteractor(UClothingSimulationInteractor&&) = delete; \
UClothingSimulationInteractor(const UClothingSimulationInteractor&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(CLOTHINGSYSTEMRUNTIMEINTERFACE_API, UClothingSimulationInteractor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothingSimulationInteractor); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UClothingSimulationInteractor) \
CLOTHINGSYSTEMRUNTIMEINTERFACE_API virtual ~UClothingSimulationInteractor();
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_63_PROLOG
#define FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h_66_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothingSimulationInteractor;
// ********** End Class UClothingSimulationInteractor **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothingSimulationInteractor_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS