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