Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface > API/Editor/RewindDebuggerInterface/FRewindDebuggerTrack
Result returned from a visitor functor indicating to continue or to quit early
| Name | EVisitResult |
| Type | enum |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/RewindDebuggerTrack.h |
| Include Path | #include "RewindDebuggerTrack.h" |
Syntax
enum EVisitResult
{
Break,
Continue,
}
Values
| Name | Remarks |
|---|---|
| Break | Stop iterating through tracks and early exit |
| Continue | Continue to iterate through all tracks |