Hi Im new to UE, I just create a blank project , add a blurprint and a tick event, I also add a breakpotin to tick event, but the wired thing is that the breakpoint stops and PIE mode and not in standalone mode! So can you give me some suggestions? Thanks!
The ue editor versoin is 5.5.4-40574608+++UE5+Release-5.5
The platform is Windows 10 (22H2) [10.0.19045.5854](x86_64)
This is because breakpoints are only available in PIE. When in standalone, you do not have as much development control when in standalone mode. Tick will be called but it just depends on what the graph looks like.
Thanks ! Can you give some suggestions on my another post ?