Hi, I'm reopening this thread again, because it seems that I still have the same issue with Decal Actors:
I'm trying to spawn/ scatter Decal Actors instead of geometry in Unreal Engine. They do not appear in engine because the seem to be spawned (and later baked) as static mesh. Baking as Blueprint does not help either.
Even the workaround as spawning Blueprints which hold the Decal Actors does not work. (Meshes in the BP appear, but not the Decals)
I found only one video (and this thread) where someone explains how to spawn decals.
Solution seems to be to create attributes as unreal_instance with a path to the decal actor. But this does not work as well.
I'm a bit at a loss here and hope someone can help 😅
Here is a, hopefully, more detailed explanation of what I tried:
"We are trying to scatter Decal Actors in Unreal Engine, but are running into some issues.
We tried basically two things:
Spawned a point with the "Unreal Instance" attribute that holds the path to the UE Material Instance (also pscale of 1 and Ny of -1). After rebuilding the tool, nothing happens. (image 1)

Instead of spawning a point we spawned a Plane and assigned the Decal Material Instance. That gave us only the mesh in Unreal, which was fully translucent. Any other material does work though. (image 2)"