Updated Interaction
Hard coded the 6 second wait timer after testing in engine
This commit is contained in:
parent
26da472db8
commit
120da84a3e
@ -31,6 +31,6 @@ public:
|
|||||||
UPROPERTY()
|
UPROPERTY()
|
||||||
UUserWidget* CurrentWidget;
|
UUserWidget* CurrentWidget;
|
||||||
UPROPERTY(EditAnywhere)
|
UPROPERTY(EditAnywhere)
|
||||||
float WaitTimer;
|
float WaitTimer = 8.0f;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user