Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FTraceAuxiliary
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include | #include "ProfilingDebugging/TraceAuxiliary.h" |
Syntax
static FOnTraceStopped OnTraceStopped;
Remarks
Delegate that triggers when a trace has finished recording. Useful if you need to collect all completed trace files in a session. The type of recording and the destination (filepath or network) is passed to the delegate.