UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Controllable.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
namespace
BuildPatchServices
5
{
9
class
IControllable
10
{
11
public
:
12
virtual
~IControllable
() {}
13
18
virtual
void
SetPaused
(
bool
bIsPaused) = 0;
19
23
virtual
void
Abort
() = 0;
24
};
25
}
BuildPatchServices::IControllable
Definition
Controllable.h:10
BuildPatchServices::IControllable::~IControllable
virtual ~IControllable()
Definition
Controllable.h:12
BuildPatchServices::IControllable::SetPaused
virtual void SetPaused(bool bIsPaused)=0
BuildPatchServices::IControllable::Abort
virtual void Abort()=0
BuildPatchServices
Definition
BuildPatchFileConstructor.h:28
Engine
Source
Runtime
Online
BuildPatchServices
Private
Installer
Controllable.h
Generated by
1.9.8