How do you make a decal and what is the proper function to spawn it?
Do you mean how to create a “decal material” that you can use on a decal actor?
To create a Decal Material, create a material and set the Material Domain to Deferred Decal.
Screenshot:
To spawn the decal you can use either “Spawn Decal At Location” (for non-moving objects like wall) or “Spawn Decal Attached” (for moving objects like a vehicle). Here is a example screenshot of Spawn Decal Attached from my Projectile Blueprint.
1 Like
Thanks for showing how to do this
1 Like
How to create the decal:
- Create a decal material → choose “Deffered Decal” in the “Material Domain” tab
- Add a decal actor
- Apply the material to the decal
18937-
try this
Tanks man it’s very helpful for me.
Thank you so much man, was looking for this for so long