Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpModule
- FExec::Exec_Runtime()
- FHttpModule::Exec_Runtime()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h |
| Include | #include "HttpModule.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpModule.cpp |
virtual bool Exec_Runtime
(
UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
Remarks
Handle exec commands starting with "HTTP" true if the handler consumed the input, false to continue searching handlers
Parameters
| Name | Description |
|---|---|
| InWorld | the world context |
| Cmd | the exec command being executed |
| Ar | the archive to log results to |