FGenericPlatformMisc::Exec

Platform-specific Exec function

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

static bool Exec
(
    class UWorld * InWorld,
    const TCHAR * Cmd,
    FOutputDevice & Out
)

Remarks

Platform-specific Exec function

Returns

bool true if command was processed, false if not

Parameters

Parameter

Description

InWorld

World context

Cmd

The command to execute

Out

The output device to utilize

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