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 an MD5 hash of the file.
| Name | FOnChunkFileWritten |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IChunkDeltaOptimiser.h |
| Include Path | #include "Interfaces/IChunkDeltaOptimiser.h" |
Syntax
class FOnChunkFileWritten : public TBaseMulticastDelegate_TwoParams< void, const FString &, const FMD5Hash & >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const FString &, const FMD5Hash & > → IChunkDeltaOptimiser::FOnChunkFileWritten