Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FExec Class Reference

#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)
 

Detailed Description

Definition at line 28 of file Exec.h.

Constructor & Destructor Documentation

◆ ~FExec()

virtual FExec::~FExec ( )
virtual

Member Function Documentation

◆ Exec()

virtual bool FExec::Exec ( UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar )
virtual

Exec handler

Parameters
InWorldWorld context
CmdCommand to parse
ArOutput device to log to
Returns
true if command was handled, false otherwise

Reimplemented in FMallocDebug, FMallocDoubleFreeFinder, FMallocFrameProfiler, FMallocPoisonProxy, and FMallocThreadSafeProxy.

◆ Exec_Dev()

virtual bool FExec::Exec_Dev ( UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar )
inlineprotectedvirtual

Implementation of Exec that is only called in non-shipping targets

Reimplemented in FStaticSelfRegisteringExec_Dev.

Definition at line 62 of file Exec.h.

◆ Exec_Editor()

virtual bool FExec::Exec_Editor ( UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar )
inlineprotectedvirtual

Implementation of Exec that is only called in editor

Reimplemented in FStaticSelfRegisteringExec_Editor.

Definition at line 65 of file Exec.h.


The documentation for this class was generated from the following file: