Choose your operating system:
Windows
macOS
Linux
| FArchiveState
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/PreloadableFile.h |
Include |
#include "Misc/PreloadableFile.h" |
class FPreloadableArchiveProxy : public FArchive
A helper class for systems that want to make their own registration system. A proxy archive that keeps a shared pointer to the inner FPreloadableArchive, so that the inner preloadablearchive will remain alive until at least as long as the proxy is destroyed.
Name | Description | |
---|---|---|
|
FPreloadableArchiveProxy ( |
Name | Description | ||
---|---|---|---|
|
GetArchiveName() |
Returns the name of the Archive. |
|
|
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. |