Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/PlatformFileTrace.h |
| Include | #include "ProfilingDebugging/PlatformFileTrace.h" |
Syntax
struct FPlatformFileTrace
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginClose
(
uint64 FileHandle |
||
| void | BeginOpen
(
const TCHAR* Path |
||
| void | BeginRead
(
uint64 ReadHandle, |
||
| void | BeginReOpen
(
uint64 OldFileHandle |
||
| void | BeginWrite
(
uint64 WriteHandle, |
||
| void | EndClose
(
uint64 FileHandle |
||
| void | EndOpen
(
uint64 FileHandle |
||
| void | EndRead
(
uint64 ReadHandle, |
||
| void | EndReOpen
(
uint64 NewFileHandle |
||
| void | EndWrite
(
uint64 WriteHandle, |
||
| void | FailClose
(
uint64 FileHandle |
||
| void | FailOpen
(
const TCHAR* Path |
||
| uint32 |