![]() |
Ark Server API (ASA) - Wiki
|
#include <Exec.h>
Inheritance diagram for FExec:Public Member Functions | |
| virtual | ~FExec () |
| virtual bool | Exec (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
Protected Member Functions | |
| virtual bool | Exec_Dev (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
| virtual bool | Exec_Editor (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
|
virtual |
|
virtual |
Exec handler
| InWorld | World context |
| Cmd | Command to parse |
| Ar | Output device to log to |
Reimplemented in FMallocDebug, FMallocDoubleFreeFinder, FMallocFrameProfiler, FMallocPoisonProxy, and FMallocThreadSafeProxy.
|
inlineprotectedvirtual |
Implementation of Exec that is only called in non-shipping targets
Reimplemented in FStaticSelfRegisteringExec_Dev.
|
inlineprotectedvirtual |
Implementation of Exec that is only called in editor
Reimplemented in FStaticSelfRegisteringExec_Editor.