[4.7.6] Breakpoints in construction script ignored

Hi there,

when I place a breakpoint inside of a construction script, it gets ignored. Debugging is not possible.

Hi ,

This is just a limitation of the engine. Break Point debugging only works during PIE so the only way to get them to trigger in the Construction Script is if the blueprint is spawned/manipulated dynamically during PIE.

If you have any other questions about this, feel free to ask.

Cheers,

TJ

Hmm, I see. Thanks for the clarification, TJ.

What a pity…