Choose your operating system:
Windows
macOS
Linux
| FArchiveState
|
Module |
|
Header |
/Engine/Source/Runtime/StorageServerClient/Public/StorageServerConnection.h |
Include |
#include "StorageServerConnection.h" |
class FStorageServerResponse : public FArchive
No constructors are accessible with public or protected access.
Name | Description | |
---|---|---|
|
~FStorageServerResponse() |
Name | Description | ||
---|---|---|---|
|
const int32 |
GetErrorCode() |
|
|
const FStrin... |
GetErrorMessage() |
|
|
GetResponseObject() |
||
|
IsOk() |
||
|
SerializeChunk |
||
|
SerializeChunk ( |
||
|
SerializeChunkTo ( |
Name | Description | ||
---|---|---|---|
|
Tell() |
Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. |
|
|
TotalSize() |
Returns total size of the backing data storage. |