B1StatEditorLog
- Stores a single log entry for stat changes in the editor, used for debugging and visualization.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The ID of the stat that was changed. | |
| DateTime | FDateTime | The timestamp at which this stat change occurred. | |
| DiffValue | float | The difference in stat value caused by this change. | |
| ResultValue | float | The resulting stat value after this change was applied. | |
| Reason | EB1ScriptReason | The script reason that triggered this stat change. |