Unreal SDK  v1.2.0
Loading...
Searching...
No Matches
WeArtCommon.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
11#ifdef WEARTPLUGIN_WeArtCommon_generated_h
12#error "WeArtCommon.generated.h already included, missing '#pragma once' in WeArtCommon.h"
13#endif
14#define WEARTPLUGIN_WeArtCommon_generated_h
15
16#undef CURRENT_FILE_ID
17#define CURRENT_FILE_ID WEART_UNREAL_TEST_Plugins_WEART_SDK_Unreal_Source_weArtPlugin_Common_WeArtCommon_h
18
19
20#define FOREACH_ENUM_TEXTURETYPE(op) \
21 op(TextureType::ClickNormal) \
22 op(TextureType::ClickSoft) \
23 op(TextureType::DoubleClick) \
24 op(TextureType::AluminiumFineMeshSlow) \
25 op(TextureType::AluminiumFineMeshFast) \
26 op(TextureType::PlasticMeshSlow) \
27 op(TextureType::ProfiledAluminiumMeshMedium) \
28 op(TextureType::ProfiledAluminiumMeshFast) \
29 op(TextureType::RhombAluminiumMeshMedium) \
30 op(TextureType::TextileMeshMedium) \
31 op(TextureType::CrushedRock) \
32 op(TextureType::VenetianGranite) \
33 op(TextureType::SilverOak) \
34 op(TextureType::LaminatedWood) \
35 op(TextureType::ProfiledRubberSlow) \
36 op(TextureType::VelcroHooks) \
37 op(TextureType::VelcroLoops) \
38 op(TextureType::PlasticFoil2) \
39 op(TextureType::Leather) \
40 op(TextureType::Cotton1) \
41 op(TextureType::Aluminium) \
42 op(TextureType::DoubleSidedTape)
43
44enum class TextureType : uint8;
46
47#define FOREACH_ENUM_MIDDLEWARESTATUS(op) \
48 op(MiddlewareStatus::DISCONNECTED) \
49 op(MiddlewareStatus::IDLE) \
50 op(MiddlewareStatus::STARTING) \
51 op(MiddlewareStatus::RUNNING) \
52 op(MiddlewareStatus::STOPPING) \
53 op(MiddlewareStatus::UPLOADING_TEXTURES) \
54 op(MiddlewareStatus::CONNECTING_DEVICE) \
55 op(MiddlewareStatus::CALIBRATION)
56
57enum class MiddlewareStatus;
59
60#define FOREACH_ENUM_EACTUATIONPOINT(op) \
61 op(Thumb) \
62 op(Index) \
63 op(Middle) \
64 op(Palm)
65#define FOREACH_ENUM_EHANDSIDE(op) \
66 op(Left) \
67 op(Right)
68PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define WEARTPLUGIN_API
Definition: Definitions.WEARTPlugin.h:292
WEARTPLUGIN_API UEnum * StaticEnum< MiddlewareStatus >()
Definition: WeArtCommon.gen.cpp:124
WEARTPLUGIN_API UEnum * StaticEnum< TextureType >()
Definition: WeArtCommon.gen.cpp:31
MiddlewareStatus
Definition: WeArtCommon.h:56
TextureType
Definition: WeArtCommon.h:156