View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004857 | NoesisGUI | C++ SDK | public | 2026-03-04 12:26 | 2026-05-21 16:58 |
| Reporter | JinFox | Assigned To | hcpizzi | ||
| Priority | normal | Severity | feature | ||
| Status | feedback | Resolution | reopened | ||
| Product Version | 3.2 | ||||
| Target Version | 3.2.13 | Fixed in Version | 3.2.13 | ||
| Summary | 0004857: Allowing to add automatic conversion for base types such as FGameplayTag. | ||||
| Description | Hello, Similarly to enum or custom control or injecting special rich text tag processor. I would like to know if it there would be a way to register lambda or similar system to be able to create default conversion for base types without having to use a converter. Thank you! | ||||
| Platform | Any | ||||
|
I've added a function NoesisRegisterStructToStringConverter<T>() and a non templated NoesisRegisterUStructStringConversion(UScriptStruct, Noesis::String()(void*)). They are used to provide a fuction to convert USTRUCT to text. The templated version can be used with USTRUCTs that have a ToString function that returns a FString. The second allows the conversion function to be customized. They are used in NoesisStructWrapper::ToString, which is called by the default converter. |
|
|
Hello, <b:DataTrigger Binding="{Binding Path=HealthState}" Value="Health.State.Critical"> |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-04 12:26 | JinFox | New Issue | |
| 2026-03-04 15:01 | jsantos | Assigned To | => hcpizzi |
| 2026-03-04 15:01 | jsantos | Status | new => assigned |
| 2026-03-04 15:01 | jsantos | Target Version | => 3.2.13 |
| 2026-03-11 17:57 | hcpizzi | Status | assigned => resolved |
| 2026-03-11 17:57 | hcpizzi | Resolution | open => fixed |
| 2026-03-11 17:57 | hcpizzi | Fixed in Version | => 3.2.13 |
| 2026-03-11 17:57 | hcpizzi | Note Added: 0012023 | |
| 2026-05-21 16:58 | JinFox | Status | resolved => feedback |
| 2026-05-21 16:58 | JinFox | Resolution | fixed => reopened |
| 2026-05-21 16:58 | JinFox | Note Added: 0012336 |