FHttpModule::Exec

Handle exec commands starting with "HTTP"

Windows
MacOS
Linux

Override Hierarchy

FExec::Exec()

FHttpModule::Exec()

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

Syntax

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

Remarks

Handle exec commands starting with "HTTP"

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss