Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildInstaller
Description
Get whether the process was successfully complete, meaning no errors, and was not cancelled. Only valid if complete.
| Name | CompletedSuccessfully |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h |
| Include Path | #include "Interfaces/IBuildInstaller.h" |
bool CompletedSuccessfully() const
true if installation process completed successfully.