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
4namespace BuildPatchServices
5{
10 {
11 public:
12 virtual ~IControllable() {}
13
18 virtual void SetPaused(bool bIsPaused) = 0;
19
23 virtual void Abort() = 0;
24 };
25}
Definition Controllable.h:10
virtual ~IControllable()
Definition Controllable.h:12
virtual void SetPaused(bool bIsPaused)=0
Definition BuildPatchFileConstructor.h:28