IUntypedTableReader

Windows
MacOS
Linux

Inheritance Hierarchy

IUntypedTableReader

ITableReader

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Tables.h

Include

#include "TraceServices/Containers/Tables.h"

Syntax

class IUntypedTableReader

Destructors

Name Description

Public function Virtual

~IUntypedTableReader()

Functions

Name Description

Public function Const

bool

 

GetValueBool

(
    uint64 ColumnIndex
)

Public function Const

const TCHAR ...

 

GetValueCString

(
    uint64 ColumnIndex
)

Public function Const

double

 

GetValueDouble

(
    uint64 ColumnIndex
)

Public function Const

float

 

GetValueFloat

(
    uint64 ColumnIndex
)

Public function Const

int64

 

GetValueInt

(
    uint64 ColumnIndex
)

Public function Const

bool

 

IsValid()

Public function

void

 

NextRow()

Public function

void

 

SetRowIndex

(
    uint64 RowIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss