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