Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface > API/Editor/RewindDebuggerInterface/IRewindDebuggerTrackCreator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HasDebugInfoInternal
(
const FObjectId& InObjectId |
Returns true if this creator's track should be shown for this Object, false if there is no data and they should be hidden. | IRewindDebuggerTrackCreator.h | |
virtual bool HasDebugInfoInternal
(
uint64 InObjectId |
IRewindDebuggerTrackCreator.h |
HasDebugInfoInternal(const FObjectId &)
Description
Returns true if this creator's track should be shown for this Object, false if there is no data and they should be hidden.
| Name | HasDebugInfoInternal |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerTrackCreator.h |
| Include Path | #include "IRewindDebuggerTrackCreator.h" |
virtual bool HasDebugInfoInternal
(
const FObjectId & InObjectId
) const
HasDebugInfoInternal(uint64)
| Name | HasDebugInfoInternal |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerTrackCreator.h |
| Include Path | #include "IRewindDebuggerTrackCreator.h" |
virtual bool HasDebugInfoInternal
(
uint64 InObjectId
) const