Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FArchiveState
- FArchive
- FPreloadableArchiveProxy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/PreloadableFile.h |
| Include | #include "Misc/PreloadableFile.h" |
Syntax
class FPreloadableArchiveProxy : public FArchive
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPreloadableArchiveProxy
(
const TSharedPtr< FPreloadableArchive >& InArchive |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| bool | Close () |
Attempts to close and finalize any handles used for backing data storage, returns true if it succeeded. | |
| void | Attempts to set the current offset into backing data storage, this will do nothing if there is no storage. | ||
| void |