Choose your operating system:
Windows
macOS
Linux
| IOnlineSubsystem::Exec()
|
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteam.h |
Include |
#include "OnlineSubsystemSteam.h" |
Source |
/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineSubsystemSteam.cpp |
virtual bool Exec
(
class UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
Exec handler that allows the online subsystem to process exec commands
true if the handler consumed the input, false to continue searching handlers
Parameter |
Description |
---|---|
InWorld |
world |
Cmd |
the exec command being executed |
Ar |
the archive to log results to |