Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineSubsystem
- IOnlineSubsystem::Exec()
- FOnlineSubsystemImpl::Exec()
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h |
| Include | #include "OnlineSubsystem.h" |
bool Exec
(
class UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
Remarks
Exec handler that allows the online subsystem to process exec commands true if the handler consumed the input, false to continue searching handlers
Parameters
| Name | Description |
|---|---|
| InWorld | world |
| Cmd | the exec command being executed |
| Ar | the archive to log results to |