FAutoConsoleCommandWithOutputDevice

Autoregistering console command with an output device

Windows
MacOS
Linux

Inheritance Hierarchy

FAutoConsoleObject

FAutoConsoleCommandWithOutputDevice

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

class FAutoConsoleCommandWithOutputDevice : private FAutoConsoleObject

Remarks

Autoregistering console command with an output device

Constructors

Name Description

Public function

FAutoConsoleCommandWithOutputDevice

(
    const TCHAR* Name,
    const TCHAR* Help,
    const FConsoleCommandWithOutputDevi...,
    uint32 Flags
)

Register a console command that takes an output device

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