Unreal SDK  v1.2.0
Loading...
Searching...
No Matches
WeArtTouchableObject.generated.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2/*===========================================================================
3 Generated code exported from UnrealHeaderTool.
4 DO NOT modify this manually! Edit the corresponding .h files instead!
5===========================================================================*/
6
7#include "UObject/ObjectMacros.h"
8#include "UObject/ScriptMacros.h"
9
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
11enum class TextureType : uint8;
12#ifdef WEARTPLUGIN_WeArtTouchableObject_generated_h
13#error "WeArtTouchableObject.generated.h already included, missing '#pragma once' in WeArtTouchableObject.h"
14#endif
15#define WEARTPLUGIN_WeArtTouchableObject_generated_h
16
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 \
19 \
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);
30
31
32#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
33 \
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);
44
45
46#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS_NO_PURE_DECLS \
47private: \
48 static void StaticRegisterNativesUWeArtTouchableObject(); \
49 friend struct Z_Construct_UClass_UWeArtTouchableObject_Statics; \
50public: \
51 DECLARE_CLASS(UWeArtTouchableObject, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/WEARTPlugin"), NO_API) \
52 DECLARE_SERIALIZER(UWeArtTouchableObject)
53
54
55#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_INCLASS \
56private: \
57 static void StaticRegisterNativesUWeArtTouchableObject(); \
58 friend struct Z_Construct_UClass_UWeArtTouchableObject_Statics; \
59public: \
60 DECLARE_CLASS(UWeArtTouchableObject, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/WEARTPlugin"), NO_API) \
61 DECLARE_SERIALIZER(UWeArtTouchableObject)
62
63
64#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_STANDARD_CONSTRUCTORS \
65 \
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); \
70private: \
71 \
72 NO_API UWeArtTouchableObject(UWeArtTouchableObject&&); \
73 NO_API UWeArtTouchableObject(const UWeArtTouchableObject&); \
74public:
75
76
77#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_ENHANCED_CONSTRUCTORS \
78private: \
79 \
80 NO_API UWeArtTouchableObject(UWeArtTouchableObject&&); \
81 NO_API UWeArtTouchableObject(const UWeArtTouchableObject&); \
82public: \
83 DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UWeArtTouchableObject); \
84 DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWeArtTouchableObject); \
85 DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWeArtTouchableObject)
86
87
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); }
93
94
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 \
98public: \
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 \
104public: \
105PRAGMA_ENABLE_DEPRECATION_WARNINGS
106
107
108#define WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h_29_GENERATED_BODY \
109PRAGMA_DISABLE_DEPRECATION_WARNINGS \
110public: \
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 \
116private: \
117PRAGMA_ENABLE_DEPRECATION_WARNINGS
118
119
121
122#undef CURRENT_FILE_ID
123#define CURRENT_FILE_ID WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Components_WeArtTouchableObject_h
124
125
126PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define WEARTPLUGIN_API
Definition: Definitions.WEARTPlugin.h:292
TextureType
Definition: WeArtCommon.h:156
WEARTPLUGIN_API UClass * StaticClass< class UWeArtTouchableObject >()