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