Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,130 @@
// 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 "ChaosCloth/ChaosClothConfig.h"
#ifdef CHAOSCLOTH_ChaosClothConfig_generated_h
#error "ChaosClothConfig.generated.h already included, missing '#pragma once' in ChaosClothConfig.h"
#endif
#define CHAOSCLOTH_ChaosClothConfig_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FChaosClothWeightedValue ******************************************
struct Z_Construct_UScriptStruct_FChaosClothWeightedValue_Statics;
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_13_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FChaosClothWeightedValue_Statics; \
CHAOSCLOTH_API static class UScriptStruct* StaticStruct();
struct FChaosClothWeightedValue;
// ********** End ScriptStruct FChaosClothWeightedValue ********************************************
// ********** Begin Class UChaosClothConfig ********************************************************
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_ARCHIVESERIALIZER \
DECLARE_FSTRUCTUREDARCHIVE_SERIALIZER(UChaosClothConfig, CHAOSCLOTH_API)
struct Z_Construct_UClass_UChaosClothConfig_Statics;
CHAOSCLOTH_API UClass* Z_Construct_UClass_UChaosClothConfig_NoRegister();
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUChaosClothConfig(); \
friend struct ::Z_Construct_UClass_UChaosClothConfig_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CHAOSCLOTH_API UClass* ::Z_Construct_UClass_UChaosClothConfig_NoRegister(); \
public: \
DECLARE_CLASS2(UChaosClothConfig, UClothConfigCommon, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ChaosCloth"), Z_Construct_UClass_UChaosClothConfig_NoRegister) \
DECLARE_SERIALIZER(UChaosClothConfig) \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_ARCHIVESERIALIZER
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UChaosClothConfig(UChaosClothConfig&&) = delete; \
UChaosClothConfig(const UChaosClothConfig&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(CHAOSCLOTH_API, UChaosClothConfig); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UChaosClothConfig); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UChaosClothConfig)
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_54_PROLOG
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_57_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UChaosClothConfig;
// ********** End Class UChaosClothConfig **********************************************************
// ********** Begin Class UChaosClothSharedSimConfig ***********************************************
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_ARCHIVESERIALIZER \
DECLARE_FSTRUCTUREDARCHIVE_SERIALIZER(UChaosClothSharedSimConfig, CHAOSCLOTH_API)
struct Z_Construct_UClass_UChaosClothSharedSimConfig_Statics;
CHAOSCLOTH_API UClass* Z_Construct_UClass_UChaosClothSharedSimConfig_NoRegister();
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUChaosClothSharedSimConfig(); \
friend struct ::Z_Construct_UClass_UChaosClothSharedSimConfig_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CHAOSCLOTH_API UClass* ::Z_Construct_UClass_UChaosClothSharedSimConfig_NoRegister(); \
public: \
DECLARE_CLASS2(UChaosClothSharedSimConfig, UClothSharedConfigCommon, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ChaosCloth"), Z_Construct_UClass_UChaosClothSharedSimConfig_NoRegister) \
DECLARE_SERIALIZER(UChaosClothSharedSimConfig) \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_ARCHIVESERIALIZER
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UChaosClothSharedSimConfig(UChaosClothSharedSimConfig&&) = delete; \
UChaosClothSharedSimConfig(const UChaosClothSharedSimConfig&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(CHAOSCLOTH_API, UChaosClothSharedSimConfig); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UChaosClothSharedSimConfig); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UChaosClothSharedSimConfig)
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_534_PROLOG
#define FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h_537_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UChaosClothSharedSimConfig;
// ********** End Class UChaosClothSharedSimConfig *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_ChaosCloth_Source_ChaosCloth_Public_ChaosCloth_ChaosClothConfig_h
// ********** Begin Enum EChaosClothTetherMode *****************************************************
#define FOREACH_ENUM_ECHAOSCLOTHTETHERMODE(op) \
op(EChaosClothTetherMode::FastTetherFastLength) \
op(EChaosClothTetherMode::AccurateTetherFastLength) \
op(EChaosClothTetherMode::AccurateTetherAccurateLength) \
op(EChaosClothTetherMode::MaxChaosClothTetherMode)
enum class EChaosClothTetherMode : uint8;
template<> struct TIsUEnumClass<EChaosClothTetherMode> { enum { Value = true }; };
template<> CHAOSCLOTH_NON_ATTRIBUTED_API UEnum* StaticEnum<EChaosClothTetherMode>();
// ********** End Enum EChaosClothTetherMode *******************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS