Fixed UI not being interactable

This commit is contained in:
MARCEL HARA 2023-05-11 11:56:03 +01:00
parent 067bb41820
commit 5bf8d73d21
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -55,7 +55,9 @@ public:
UPROPERTY(EditAnyWhere) UPROPERTY(EditAnyWhere)
float TraceDistance = 200; float TraceDistance = 200;
UFUNCTION(BlueprintCallable)
void InputDisabler(); void InputDisabler();
void LineTraceLogic(); void LineTraceLogic();
UPROPERTY() UPROPERTY()