Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IDirectoryChunker
Declares an event type exposed on this class for when the manifest has been saved to the cloud directory. The event offers two types of hash of the file.
| Name | FOnManifestFileWritten |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IDirectoryChunker.h |
| Include Path | #include "Interfaces/IDirectoryChunker.h" |
Syntax
class FOnManifestFileWritten : public TBaseMulticastDelegate_ThreeParams< void, const FString &, const FMD5Hash &, const FSHAHash & >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, const FString &, const FMD5Hash &, const FSHAHash & > → IDirectoryChunker::FOnManifestFileWritten