Which are the slowest frequently applying nodes in Unreal Engine?

My advice would be to not guess. It’s very easy to optimize the wrong thing. Do some profiling and eliminate the guesswork. Use Unreal Insights. Once you have actual numbers, then you can decide what needs to be looked at and optimized. There are also stats you can display on screen to know if it’s GPU or CPU.

https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-insights-in-unreal-engine?application_version=5.3

1 Like