Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformChunkInstall
Description
Request a delegate callback on named chunk install completion or failure. Request may not be respected.
Derived Overrides
| Name | AddNamedChunkCompleteDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h |
| Include Path | #include "GenericPlatform/GenericPlatformChunkInstall.h" |
FDelegateHandle AddNamedChunkCompleteDelegate
(
FPlatformNamedChunkCompleteDelegate Delegate
)
Handle to the bound delegate
Parameters
| Name | Remarks |
|---|---|
| Delegate | The delegate to call when any named chunk is installed or fails to install |