Navigation
API > API/Developer > API/Developer/TraceAnalysis
| Name | IOutDataStream |
| Type | class |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/OutDataStream.h |
| Include Path | #include "Trace/OutDataStream.h" |
Syntax
class IOutDataStream
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOutDataStream() |
Trace/OutDataStream.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Write
(
void* Data, |
Writes bytes to the stream. | Trace/OutDataStream.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Close() |
Closes the stream. Writing to a closed stream is considered an error. | Trace/OutDataStream.h | |
virtual bool WaitUntilReady () |
Waits for the stream to be ready to write to. | Trace/OutDataStream.h |