Merge pull request #36 from Games-Academy-Student-Work-22-23/merchant-ui-nonactive

Fixed UI not being interactable
This commit is contained in:
MARCEL HARA 2023-05-11 11:57:30 +01:00 committed by GitHub Enterprise
commit acbff94bc6
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

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