Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FInteractiveProcess
- FRunnable::Init()
- FInteractiveProcess::Init()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h |
| Include | #include "Misc/InteractiveProcess.h" |
virtual bool Init()
Remarks
Initializes the runnable object.
This method is called in the context of the thread object that aggregates this, not the thread that passes this runnable to a new thread. True if initialization was successful, false otherwise