View Issue Details

IDProjectCategoryView StatusLast Update
0002363NoesisGUIUnrealpublic2022-07-28 12:23
Reporterlehoang03an Assigned Tohcpizzi  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.1.4 
Target Version3.1.6Fixed in Version3.1.6 
Summary0002363: Unreal 5 Noesis Instance can't run other plugin's custom blueprint node
DescriptionPlugin: 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
TagsNo tags attached.
PlatformWindows

Activities

lehoang03an

lehoang03an

2022-06-23 09:56

reporter  

image.png (145,896 bytes)   
image.png (145,896 bytes)   
sfernandez

sfernandez

2022-07-05 23:45

manager   ~0008011

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);
sfernandez

sfernandez

2022-07-15 13:12

manager   ~0008025

Did you have time to test if the patch solved your issue?

Issue History

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