Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface
| |
|
| Name |
FScrubTimeInformation |
| Type |
struct |
| Header File |
/Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebugger.h |
| Include Path |
#include "IRewindDebugger.h" |
Syntax
struct FScrubTimeInformation
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ElapsedTime |
double |
Elapsed simulation/world time |
IRewindDebugger.h |
|
| FrameIndex |
int64 |
Scrub Frame Index |
IRewindDebugger.h |
|
| ProfileTime |
double |
Profiling/Tracing time |
IRewindDebugger.h |
|