Navigation
Unreal Engine C++ API Reference > Runtime > BuildPatchServices > Interfaces
References
Module | BuildPatchServices |
Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstallStreamer.h |
Include | #include "Interfaces/IBuildInstallStreamer.h" |
Syntax
class IBuildInstallStreamer
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | ||
![]() ![]() |
const BuildPatchServices::FBuildInstallStreamerConfiguration & | Get the configuration object. | |
![]() ![]() |
const BuildPatchServices::FBuildInstallStreamerStats & | Get the per-session stats for this install streamer. | |
![]() ![]() |
const BuildPatchServices::FBuildInstallStreamerStats & | Get the stats for this install streamer. | |
![]() |
void | QueueFilesByName
(
TSet< FString > Files, |
|
![]() |
void | QueueFilesByTag
(
TSet< FString > Tags, |
|
![]() |
void | RegisterMessageHandler
(
BuildPatchServices::FMessageHandler* MessageHandler |
Registers a message handler with the installer. |
![]() |
void | Resets tracking on the per-session stats for this install streamer. | |
![]() |
void | UnregisterMessageHandler
(
BuildPatchServices::FMessageHandler* MessageHandler |
Unregisters a message handler, will no longer receive HandleMessage calls. |