IConsoleCommand

Interface for console commands

Windows
MacOS
Linux

Inheritance Hierarchy

IConsoleObject

IConsoleCommand

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Syntax

struct IConsoleCommand : public IConsoleObject

Remarks

Interface for console commands

Functions

Name Description

Public function

bool

 

Execute

(
    const TArray< FString >& Args,
    UWorld* InWorld,
    FOutputDevice& OutputDevice
)

Executes this command (optionally, with arguments)

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