Decal spawn bug

I was trying to use spawn decal at location and ran into a problem were the decal wont spawn. I reproduce this issue in a new project. Steps I did to reproduce:

  1. Created new project
  2. created new actor BP
  3. created new Decal Material
  4. Added spawn decal location on actor begin play
  5. and no decal appears

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1410408-unreal-engine-bug-submission-form

Thanks

I’ve seen this bug too. Presumably some reference has not been set by the time begin play is called so the decal does not spawn either. I solved it by adding a tiny delay after begin play but I’d like to know why spawning one immediately doesn’t work.