Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface
Interface class for extensions which add functionality to the rewind debugger. These will get updated on scrub/playback to handle things like updating the world state to match recorded data from that time for a particular system.
| Name | IRewindDebuggerExtension |
| Type | class |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerExtension.h |
| Include Path | #include "IRewindDebuggerExtension.h" |
Syntax
class IRewindDebuggerExtension : public IModularFeature
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModularFeatureName | const FName | IRewindDebuggerExtension.h |