I struggle a bit with custom Dataprep nodes. What I need is Two-Sided Distance Field Generation for imported meshes.
Is it possible to set?
I couldn’t find any BP nodes to set that.
I’m not sure how many things I can do with Blueprints but especially regarding to import automation, it looks like there are many things that I can’t do.
If you just want to change the property, you could do a custom blueprint inheriting from DataprepEditingOperation, then you get your custom node for your dataprep c.f. DEO_SetDistanceField.zip (12.8 KB) and