This commit is contained in:
2025-04-18 18:17:02 +08:00
parent 80fdce96b2
commit e15eafe5d4
18 changed files with 259 additions and 493 deletions

View File

@@ -7,6 +7,9 @@
#include "Widgets/Layout/SBox.h"
#include "Widgets/Layout/SGridPanel.h"
// Define matrix change delegate type
DECLARE_DELEGATE_OneParam(FOnMatrixChanged, const FMatrix&);
/**
* Matrix input widget for the FLESH editor
* Allows inputting transformation matrices for precise cutting operations
@@ -67,6 +70,3 @@ private:
/** Updates the UI from the matrix value */
void UpdateUI();
};
/** Delegate for matrix value changes */
DECLARE_DELEGATE_OneParam(FOnMatrixChanged, const FMatrix&);