Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface > API/Editor/RewindDebuggerInterface/IRewindDebuggerTrackCreator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasDebugInfo
(
const FObjectId& ObjectId |
Optional filter to prevent tracks from being listed if there is no data associated to the provided object identifier. | IRewindDebuggerTrackCreator.h | |
bool HasDebugInfo
(
uint64 ObjectId |
IRewindDebuggerTrackCreator.h |
HasDebugInfo(const FObjectId &)
Description
Optional filter to prevent tracks from being listed if there is no data associated to the provided object identifier.
| Name | HasDebugInfo |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerTrackCreator.h |
| Include Path | #include "IRewindDebuggerTrackCreator.h" |
bool HasDebugInfo
(
const FObjectId & ObjectId
) const
Whether the track should be created to represent data associated to the provided object identifier.
HasDebugInfo(uint64)
| Name | HasDebugInfo |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerTrackCreator.h |
| Include Path | #include "IRewindDebuggerTrackCreator.h" |
bool HasDebugInfo
(
uint64 ObjectId
) const