Navigation
API > API/Developer > API/Developer/TraceServices
| Name | IUntypedTableReader |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Tables.h |
| Include Path | #include "TraceServices/Containers/Tables.h" |
Syntax
class IUntypedTableReader
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IUntypedTableReader() |
TraceServices/Containers/Tables.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueBool
(
uint64 ColumnIndex |
TraceServices/Containers/Tables.h | ||
const TCHAR * GetValueCString
(
uint64 ColumnIndex |
TraceServices/Containers/Tables.h | ||
double GetValueDouble
(
uint64 ColumnIndex |
TraceServices/Containers/Tables.h | ||
float GetValueFloat
(
uint64 ColumnIndex |
TraceServices/Containers/Tables.h | ||
int64 GetValueInt
(
uint64 ColumnIndex |
TraceServices/Containers/Tables.h | ||
bool IsValid() |
TraceServices/Containers/Tables.h | ||
void NextRow() |
TraceServices/Containers/Tables.h | ||
void SetRowIndex
(
uint64 RowIndex |
TraceServices/Containers/Tables.h |