FSslModule::Exec

Handle exec commands starting with "SSL"

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FExec::Exec()

FSslModule::Exec()

References

Module

SSL

Header

/Engine/Source/Runtime/Online/SSL/Public/SslModule.h

Include

#include "SslModule.h"

Source

/Engine/Source/Runtime/Online/SSL/Private/SslModule.cpp

Syntax

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

Remarks

Handle exec commands starting with "SSL"

Returns

true if the handler consumed the input, false to continue searching handlers

Parameters

Parameter

Description

InWorld

the world context

Cmd

the exec command being executed

Ar

the archive to log results to