FOnlineSubsystemTwitch::Exec

Exec handler that allows the online subsystem to process exec commands

Windows
MacOS
Linux

Override Hierarchy

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineSubsystemTwitch.h

Include

#include "OnlineSubsystemTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineSubsystemTwitch.cpp

Syntax

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

Remarks

Exec handler that allows the online subsystem to process exec commands

Returns

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

Parameters

Parameter

Description

InWorld

world

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