Choose your operating system:
Windows
macOS
Linux
| FExec::Exec()
|
Module |
|
Header |
/Engine/Source/Runtime/Online/SSL/Public/SslModule.h |
Include |
#include "SslModule.h" |
Source |
/Engine/Source/Runtime/Online/SSL/Private/SslModule.cpp |
virtual bool Exec
(
UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
Handle exec commands starting with "SSL"
true if the handler consumed the input, false to continue searching handlers
Parameter |
Description |
---|---|
InWorld |
the world context |
Cmd |
the exec command being executed |
Ar |
the archive to log results to |