Navigation
API > API/Runtime > API/Runtime/NetworkFile
| Name | FNetworkFileHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include Path | #include "NetworkPlatformFile.h" |
Syntax
class FNetworkFileHandle : public IFileHandle
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetworkFileHandle
(
FNetworkPlatformFile& InNetwork, |
NetworkPlatformFile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReadable | bool | NetworkPlatformFile.h | ||
| bWritable | bool | NetworkPlatformFile.h | ||
| Filename | FString | NetworkPlatformFile.h | ||
| FilePos | int64 | NetworkPlatformFile.h | ||
| Network | FNetworkPlatformFile & | NetworkPlatformFile.h | ||
| Size | int64 | NetworkPlatformFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Flush
(
const bool bFullFlush |
NetworkPlatformFile.h | ||
virtual bool Read
(
uint8* Destination, |
NetworkPlatformFile.h | ||
virtual bool Seek
(
int64 NewPosition |
NetworkPlatformFile.h | ||
virtual bool SeekFromEnd
(
int64 NewPositionRelativeToEnd |
NetworkPlatformFile.h | ||
virtual int64 Tell() |
NetworkPlatformFile.h | ||
virtual bool Truncate
(
int64 NewSize |
NetworkPlatformFile.h | ||
virtual bool Write
(
const uint8* Source, |
NetworkPlatformFile.h |