Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Type
typedef TBaseDelegate_TwoParams< void, int32 , bool > FOnInteractiveProcessCompleted
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h |
| Include | #include "Misc/InteractiveProcess.h" |
Remarks
Declares a delegate that is executed when a interactive process completed.
The first parameter is the process return code.