open world test level

add new test level and  changed all tick to timer tick.
This commit is contained in:
2025-04-18 22:18:06 +03:00
parent 2eb94808d9
commit 59574370f5
153 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
bool bIsDebug;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
float FTickTimer = 0.01;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
bool bIsWidgetTestMode;