UE crash upon copying a Comment node in Movie Render Graph

Just as per repro instructions - attempt to copy a Comment node results in a crash.

[Attachment Removed]

Steps to Reproduce

  1. Open any Movie Render Graph asset
  2. Create a Comment node, if there isn’t any
  3. Select a Comment node
  4. Press CTRL+C
  5. Unreal crashes…

[Attachment Removed]

Hey Juliusz,

This has been fixed in 5.8 but here is the Git CL if you want to implement it yourself.

https://github.com/EpicGames/UnrealEngine/commit/f80c826f797849f49fe65c847998d2b949d05ace

And here the CL that will let you change the appearance of the comments (color, etc..)

https://github.com/EpicGames/UnrealEngine/commit/1218057c4fbdc332bc713e8742a5d18018c116b7

[Attachment Removed]

Hi Shaun,

That’s great to hear about the fix in 5.8.

And thanks for the links - we’ll look into bringing them into our next build.

[Attachment Removed]