fix enum forward declaration
This commit is contained in:
parent
8a3bd44659
commit
8e73eaff6b
@ -2,6 +2,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "QuickTimeEvent.h" // forward declaration of EQuickTimeEventResult is somehow insufficient on some machines
|
||||
#include "Widgets/ResolutionResponsiveUserWidget.h"
|
||||
|
||||
#include "QuickTimeEventWidget.generated.h"
|
||||
@ -27,7 +28,6 @@ public:
|
||||
void ProcessBeforeRemoving();
|
||||
EQuickTimeEventResult _ProcessBeforeRemoving();
|
||||
|
||||
|
||||
UPROPERTY(meta = (BindWidget))
|
||||
class UTextBlock* keyText;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user