Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Containers
Inheritance Hierarchy
- IUntypedTableReader
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Tables.h |
Include | #include "TraceServices/Containers/Tables.h" |
Syntax
class IUntypedTableReader
Destructors
Type | Name | Description |
---|---|---|
~IUntypedTableReader () |
Functions
Type | Name | Description |
---|---|---|
bool | GetValueBool ( uint64 ColumnIndex ) | |
const TCHAR ... | GetValueCString ( uint64 ColumnIndex ) | |
double | GetValueDouble ( uint64 ColumnIndex ) | |
float | GetValueFloat ( uint64 ColumnIndex ) | |
int64 | GetValueInt ( uint64 ColumnIndex ) | |
bool | IsValid () | |
void | NextRow () | |
void | SetRowIndex ( uint64 RowIndex ) |