Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IDirectoryChunker
Declares an event type exposed to this class when a chunk has been matched with the already existing one.
| Name | FOnChunkMatch |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IDirectoryChunker.h |
| Include Path | #include "Interfaces/IDirectoryChunker.h" |
Syntax
class FOnChunkMatch : public TBaseMulticastDelegate_OneParam< void, const FGuid & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FGuid & > → IDirectoryChunker::FOnChunkMatch