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