UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ILifeCycle.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
9
class
ILifeCycle
10
{
11
public
:
12
19
virtual
bool
IsStarted
()
const
= 0;
20
27
virtual
bool
Start
() = 0;
28
35
virtual
bool
Stop
() = 0;
36
};
ILifeCycle
Definition
ILifeCycle.h:10
ILifeCycle::IsStarted
virtual bool IsStarted() const =0
ILifeCycle::Start
virtual bool Start()=0
ILifeCycle::Stop
virtual bool Stop()=0
Engine
Source
Runtime
Core
Public
Misc
ILifeCycle.h
Generated by
1.9.8