7#include "UObject/ObjectMacros.h"
8#include "UObject/ScriptMacros.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12#ifdef WEARTPLUGIN_WeArtTouchableObject_generated_h
13#error "WeArtTouchableObject.generated.h already included, missing '#pragma once' in WeArtTouchableObject.h"
15#define WEARTPLUGIN_WeArtTouchableObject_generated_h
17#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_SPARSE_DATA
18#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_RPC_WRAPPERS \
20 DECLARE_FUNCTION(execUpdateTextureVolume); \
21 DECLARE_FUNCTION(execGetIsForcedVelocity); \
22 DECLARE_FUNCTION(execUpdateIsForcedVelocity); \
23 DECLARE_FUNCTION(execGetTextureVolume); \
24 DECLARE_FUNCTION(execGetTextureType); \
25 DECLARE_FUNCTION(execGetStiffnessValue); \
26 DECLARE_FUNCTION(execGetTemperatureValue); \
27 DECLARE_FUNCTION(execUpdateTexture); \
28 DECLARE_FUNCTION(execUpdateStiffness); \
29 DECLARE_FUNCTION(execUpdateTemperature);
32#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
34 DECLARE_FUNCTION(execUpdateTextureVolume); \
35 DECLARE_FUNCTION(execGetIsForcedVelocity); \
36 DECLARE_FUNCTION(execUpdateIsForcedVelocity); \
37 DECLARE_FUNCTION(execGetTextureVolume); \
38 DECLARE_FUNCTION(execGetTextureType); \
39 DECLARE_FUNCTION(execGetStiffnessValue); \
40 DECLARE_FUNCTION(execGetTemperatureValue); \
41 DECLARE_FUNCTION(execUpdateTexture); \
42 DECLARE_FUNCTION(execUpdateStiffness); \
43 DECLARE_FUNCTION(execUpdateTemperature);
46#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS_NO_PURE_DECLS \
48 static void StaticRegisterNativesUWeArtTouchableObject(); \
49 friend struct Z_Construct_UClass_UWeArtTouchableObject_Statics; \
51 DECLARE_CLASS(UWeArtTouchableObject, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/WEARTPlugin"), NO_API) \
52 DECLARE_SERIALIZER(UWeArtTouchableObject)
55#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS \
57 static void StaticRegisterNativesUWeArtTouchableObject(); \
58 friend struct Z_Construct_UClass_UWeArtTouchableObject_Statics; \
60 DECLARE_CLASS(UWeArtTouchableObject, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/WEARTPlugin"), NO_API) \
61 DECLARE_SERIALIZER(UWeArtTouchableObject)
64#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_STANDARD_CONSTRUCTORS \
66 NO_API UWeArtTouchableObject(const FObjectInitializer& ObjectInitializer); \
67 DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UWeArtTouchableObject) \
68 DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UWeArtTouchableObject); \
69 DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWeArtTouchableObject); \
72 NO_API UWeArtTouchableObject(UWeArtTouchableObject&&); \
73 NO_API UWeArtTouchableObject(const UWeArtTouchableObject&); \
77#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_ENHANCED_CONSTRUCTORS \
80 NO_API UWeArtTouchableObject(UWeArtTouchableObject&&); \
81 NO_API UWeArtTouchableObject(const UWeArtTouchableObject&); \
83 DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UWeArtTouchableObject); \
84 DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWeArtTouchableObject); \
85 DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWeArtTouchableObject)
88#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_PRIVATE_PROPERTY_OFFSET \
89 FORCEINLINE static uint32 __PPO__weArtTemperature() { return STRUCT_OFFSET(UWeArtTouchableObject, weArtTemperature); } \
90 FORCEINLINE static uint32 __PPO__weArtStiffness() { return STRUCT_OFFSET(UWeArtTouchableObject, weArtStiffness); } \
91 FORCEINLINE static uint32 __PPO__weArtTexture() { return STRUCT_OFFSET(UWeArtTouchableObject, weArtTexture); } \
92 FORCEINLINE static uint32 __PPO__VolumeTexture() { return STRUCT_OFFSET(UWeArtTouchableObject, VolumeTexture); }
95#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_26_PROLOG
96#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_GENERATED_BODY_LEGACY \
97PRAGMA_DISABLE_DEPRECATION_WARNINGS \
99 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_PRIVATE_PROPERTY_OFFSET \
100 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_SPARSE_DATA \
101 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_RPC_WRAPPERS \
102 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS \
103 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_STANDARD_CONSTRUCTORS \
105PRAGMA_ENABLE_DEPRECATION_WARNINGS
108#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_GENERATED_BODY \
109PRAGMA_DISABLE_DEPRECATION_WARNINGS \
111 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_PRIVATE_PROPERTY_OFFSET \
112 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_SPARSE_DATA \
113 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
114 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS_NO_PURE_DECLS \
115 WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_ENHANCED_CONSTRUCTORS \
117PRAGMA_ENABLE_DEPRECATION_WARNINGS
122#undef CURRENT_FILE_ID
123#define CURRENT_FILE_ID WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h
126PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define WEARTPLUGIN_API
Definition: Definitions.WEARTPlugin.h:292
TextureType
Definition: WeArtCommon.h:156
WEARTPLUGIN_API UClass * StaticClass< class UWeArtTouchableObject >()