ILifeCycle

Interface for controlling an object's start/stop life cycle.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h

Include

#include "Misc/ILifeCycle.h"

Syntax

class ILifeCycle

Remarks

Interface for controlling an object's start/stop life cycle.

Functions

Name Description

Public function Const

bool

 

IsStarted()

Checks whether the object has been started.

Public function

bool

 

Start()

Starts the object.

Public function

bool

 

Stop()

Stops the object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss