Navigation
API > API/Runtime > API/Runtime/RewindDebuggerRuntimeInterface > API/Runtime/RewindDebuggerRuntimeInterface/IRewindDebuggerRuntimeExtension
Description
This method is called once the trace connection is established (i.e., FTraceAuxiliary::OnConnection delegate) which can be from any thread. This is the method to override to enable trace channels specific to the extension.
| Name | RecordingStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/RewindDebuggerRuntimeInterface/Public/RewindDebuggerRuntimeInterface/IRewindDebuggerRuntimeExtension.h |
| Include Path | #include "RewindDebuggerRuntimeInterface/IRewindDebuggerRuntimeExtension.h" |
virtual void RecordingStarted()