View Issue Details

IDProjectCategoryView StatusLast Update
0004935NoesisGUIStudiopublic2026-03-26 20:26
ReporterJinFox Assigned Todfranjic  
PrioritynormalSeveritycrash 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004935: Unreal Noesis studio - Generating dummy data sets by pressing several time on the button leads to crash
Description

Hello,
I have created a HUDViewModel Data structure in Studio and created a bunch of other structure types with fields etc. I have then created a sample data set by pressing the feature to just generate data.

However, if I click several time on this button on an already filled set, it starts adding several children into properties that should only have one, and after that it crashes.

For example, here is the xml for the wallet section which is not an array (it seems to continue to add to it instead of replacing, and after a while, it crashes the whole editor) :

<vdctx:HudViewModel.Wallet>
    <vdctx:HudWalletViewModel CurrencyAmount="34" bIsVisible="True" FeatureName="Ut" DataKey="Quis"/>
    <vdctx:HudWalletViewModel CurrencyAmount="40" FeatureName="Purus" bIsVisible="False" bUseFading="True" DataKey="Consectetur"/>
    <vdctx:HudWalletViewModel CurrencyAmount="21" FeatureName="Id" bIsVisible="True" bUseFading="False" DataKey="Quis"/>
    <vdctx:HudWalletViewModel CurrencyAmount="82" FeatureName="Adipiscing" bIsVisible="True" bUseFading="False" DataKey="Nulla"/>
    <vdctx:HudWalletViewModel CurrencyAmount="98" FeatureName="Aliquam" bIsVisible="True" bUseFading="True" DataKey="Blandit"/>
  </vdctx:HudViewModel.Wallet>
PlatformAny

Activities

dfranjic

dfranjic

2026-03-26 20:26

developer   ~0012120

Thank you so much for reporting this bug! I've just pushed a fix for this. The fix should be available in the version 0.2.284 of Studio.

Issue History

Date Modified Username Field Change
2026-03-26 19:15 JinFox New Issue
2026-03-26 19:31 jsantos Description Updated
2026-03-26 19:50 jsantos Assigned To => dfranjic
2026-03-26 19:50 jsantos Status new => assigned
2026-03-26 19:51 jsantos Target Version => Studio_Beta
2026-03-26 20:26 dfranjic Status assigned => resolved
2026-03-26 20:26 dfranjic Resolution open => fixed
2026-03-26 20:26 dfranjic Note Added: 0012120