FProcState::Wait

Waits for the process to end. Has a side effect (stores child's return code).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h

Include

#include "Unix/UnixPlatformProcess.h"

Source

/Engine/Source/Runtime/Core/Private/Unix/UnixPlatformProcess.cpp

Syntax

void Wait()

Remarks

Waits for the process to end. Has a side effect (stores child's return code).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss