Move 'break to debugger' into editor preferences

This commit is contained in:
2026-06-09 14:32:02 -04:00
parent 6a230e3ab2
commit 7d6b1f207f
5 changed files with 17 additions and 12 deletions

View File

@@ -68,10 +68,6 @@ public:
UFUNCTION(BlueprintCallable, Category = "Luprex|Miscellaneous", meta = (WorldContext = "WorldContextObject"))
static void TriggerReloadSource(const UObject *WorldContextObject);
// The sensitivity level at which a log message triggers a debugger breakpoint.
UPROPERTY(EditAnywhere, Category="Debugging Tools")
ElxBreakToDebuggerThreshold BreakToDebuggerLogVerbosity;
// Luprex socket system.
TUniquePtr<FlxSockets> Sockets;