Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface > API/Editor/RewindDebuggerInterface/IRewindDebugger
Description
Returns pointer to the current analysis sessions for immediate access. If the goal is to store in a variable for later access then GetAnalysisSessionAsShared should be used instead.
| Name | GetAnalysisSession |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebugger.h |
| Include Path | #include "IRewindDebugger.h" |
const TraceServices::IAnalysisSession * GetAnalysisSession() const
the current analysis session
See Also
- GetAnalysisSessionAsShared