Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/Trace
Inheritance Hierarchy
- IInDataStream
- FFileDataStream
References
| Module | TraceAnalysis |
| Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h |
| Include | #include "Trace/DataStream.h" |
Syntax
class FFileDataStream : public UE::Trace::IInDataStream
Remarks
An implementation of IInDataStream that reads from a file on disk.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Open
(
const TCHAR* Path |
Open the file. |