Unreal SDK  v1.3.0
Loading...
Searching...
No Matches
WeArtEnums.h
Go to the documentation of this file.
1
2#pragma once
3
4#include "CoreMinimal.h"
5#include "Engine/UserDefinedEnum.h"
7
12UCLASS()
13class WEARTPLUGIN_API UWeArtEnums : public UUserDefinedEnum
14{
15 GENERATED_BODY()
16
17 enum EHandTest
18 {
19 Left,
20 Right,
21 Test
22 };
23};
#define WEARTPLUGIN_API
Definition: Definitions.WEARTPlugin.h:26
@ Left
Definition: WeArtCommon.h:10
@ Right
Definition: WeArtCommon.h:11
Defines custom enums for the WeArt plugin.
Definition: WeArtEnums.h:14