Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ILifeCycle
Description
Checks whether the object has been started.
| Name | IsStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h |
| Include Path | #include "Misc/ILifeCycle.h" |
bool IsStarted() const
true if started, false otherwise.
See Also
-
Start
-
Stop