Navigation
API > API/Developer > API/Developer/TraceAnalysis
| Name | IInDataStream |
| Type | class |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h |
| Include Path | #include "Trace/DataStream.h" |
Syntax
class IInDataStream
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IInDataStream() |
Trace/DataStream.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Close() |
Close the stream. Reading from a closed stream is considered an error. | Trace/DataStream.h | |
int32 Read
(
void* Data, |
Read bytes from the stream. | Trace/DataStream.h | |
virtual bool WaitUntilReady () |
Query if the stream is ready to read. | Trace/DataStream.h |