View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002363 | NoesisGUI | Unreal | public | 2022-06-23 09:56 | 2022-07-28 12:23 |
Reporter | lehoang03an | Assigned To | hcpizzi | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.4 | ||||
Target Version | 3.1.6 | Fixed in Version | 3.1.6 | ||
Summary | 0002363: Unreal 5 Noesis Instance can't run other plugin's custom blueprint node | ||||
Description | Plugin: https://www.unrealengine.com/marketplace/en-US/product/low-entry-extended-standard-library/ Node: Sort (Object Array) The whole function can't run if there is custom node Put it in another UObject class and make the class DataContext works | ||||
Tags | No tags attached. | ||||
Platform | Windows | ||||
Could you please try the following patch in the Noesis plugin code (NoesisRuntime module)?Index: NoesisTypeClass.cpp =================================================================== --- NoesisTypeClass.cpp (revision 11457) +++ NoesisTypeClass.cpp (working copy) @@ -2440,7 +2440,7 @@ } } - if (!Param) + if (HasNoParams) { NoesisTypeProperty* TypeProperty = new NoesisTypePropertyObjectWrapperCommand(Noesis::Symbol(TCHAR_TO_UTF8(*Function->GetName())), Noesis::TypeOf<NoesisFunctionWrapper>(), Function, CanExecuteFunction); TypeClass->AddProperty(TypeProperty); |
|
Did you have time to test if the patch solved your issue? | |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-06-23 09:56 | lehoang03an | New Issue | |
2022-06-23 09:56 | lehoang03an | File Added: image.png | |
2022-06-23 10:21 | sfernandez | Assigned To | => hcpizzi |
2022-06-23 10:21 | sfernandez | Status | new => assigned |
2022-06-23 10:21 | sfernandez | Target Version | => 3.1.5 |
2022-06-24 17:21 | sfernandez | Target Version | 3.1.5 => 3.1.6 |
2022-07-05 23:45 | sfernandez | Status | assigned => feedback |
2022-07-05 23:45 | sfernandez | Note Added: 0008011 | |
2022-07-15 13:12 | sfernandez | Note Added: 0008025 | |
2022-07-28 12:23 | sfernandez | Status | feedback => resolved |
2022-07-28 12:23 | sfernandez | Resolution | open => fixed |
2022-07-28 12:23 | sfernandez | Fixed in Version | => 3.1.6 |