Setup player preview for equipment panel

This commit is contained in:
2026-05-31 15:33:43 +03:00
parent 4218b36ac9
commit 56cc2fce98
42 changed files with 823 additions and 318 deletions
@@ -41,6 +41,10 @@ protected:
UPROPERTY(EditDefaultsOnly, Category="Interaction")
float LookDotThreshold = 0.9f;
// Draw the eye→target line-of-sight trace each check (green = clear, red = blocked).
UPROPERTY(EditDefaultsOnly, Category="Interaction|Debug")
bool bDrawDebugLineOfSight = false;
private:
FTimerHandle InteractionTimerHandle;