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