Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FInteractiveProcess
Description
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.
Virtual Inheritance
- FRunnable::Run → FInteractiveProcess::Run
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h |
| Include Path | #include "Misc/InteractiveProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp |
virtual uint32 Run()
The exit code of the runnable object