Scene Capture not work in umg when Launch Game.

im use "Scene Capture 2D". to get a dynamic material . And set its to a image in my umg.
Then, i Cliceked “Play” button. every thing its ok . But. When i Cliceked "Launch"(the next button for "Play") . its dosen`t work .

Hello ,

I have a few questions for you to help narrow down what issue it is that you are experiencing.

Quick questions:

  1. What version of the engine are you using?
  2. Can you recreate this issue in a clean project?
  3. If so, could you provide detailed steps to reproduce this issue on our end?
  4. When you say “it`s doesn’t work”, what do you mean? (Do you mean that it doesn’t show up at all or that it does not show up correctly or perhaps something else?)

Hello ,

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.

Thank you.

  1. the engine version is 4.6.1
  2. yes , i can recreate this issue in a clean project.
  3. the detail is following that:

Hello ,

After looking into this issue, I was able to reproduce what I think is wrong. It seems that you didn’t check Used with UI in the Usage section of your material.

This should solve your issue. I hope this helps.

Make it a great day

Hello ,
I was checked “Used with UI” in the Usage section of mine material.
But but also still this issue.
By the way. if not check “Used width UI”. Scene Capture will invisible in “Play” mode, either “Lauch” mode.

Hello ,

Would it be possible to get a screen shot of your blueprints and your material?

ok,
i record a video to show it`s.
link text

i was try to upload this video to anserhub. But, because of wrong file size. get Failure…

Hello ,

After seeing your video I was able to reproduce the issue. I have submitted a report ( UE-8284) to the developers for further consideration. I will provide updates with any pertinent information as it becomes available. Thank you for your information and time.

Make it a great day

Same problem.

Any solution?

Hello esekoi,

This issue is still in the works and there are no pertinent updates for this issue at this moment.

Make it a great day

Any progress on this yet? I am having the same issue. Works fine in the editor but as soon as we launch or click stand alone game the feed from the camera does not show up.

I figured out a quick fix. If you add the widget to viewport in the LVL BP using event begin play then everything works as intended

Hello RugarEk,

I went a head a double checked on the status for this issue and it appears that it has been fixed internally. This solution should be available in a later release of the engine. I hope this information helps.

Make it a great day

Very glad to hear that!

We worked out in a bit crappy but useful way.

Just dont use UMG for that bit.

Make an static mes attached to the character camera so the player will see it in the same position your were aiming for in GUI, then just apply normal renderMaterial

HI~ ,
can you give me whole simple? i don’t know how to creat scene capture material.