Navigation
API > API/Runtime > API/Runtime/Icmp > API/Runtime/Icmp/FIcmpModule
- FExec::Exec()
- FIcmpModule::Exec()
References
| Module | Icmp |
| Header | /Engine/Source/Runtime/Online/ICMP/Public/IcmpModule.h |
| Include | #include "IcmpModule.h" |
| Source | /Engine/Source/Runtime/Online/ICMP/Private/IcmpModule.cpp |
virtual bool Exec
&40;
UWorld &42; InWorld,
const TCHAR &42; Cmd,
FOutputDevice & Ar
&41;
Remarks
Handle exec commands starting with "Icmp" 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 |