I was wondering if there is a way to measure how long a Blueprint function takes to complete? From the moment the BP functions starts to the end of that function.
I found we could use TRACE_CPUPROFILER_EVENT_SCOPE_STR
to measure C++ function scopes in insights but I need to measure the actual MS of a BP node function.