FAutoConsoleObject

Base class for autoregistering console commands.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

class FAutoConsoleObject

Remarks

Base class for autoregistering console commands.

Constructors

Name Description

Protected function

FAutoConsoleObject

(
    IConsoleObject* InTarget
)

Constructor, saves the argument for future removal from the console variable system

Destructors

Name Description

Protected function Virtual

~FAutoConsoleObject()

Destructor, removes the console object

Functions

Name Description

Public function

IConsoleVari...

 

AsVariable()

Returns the contained console object as an IConsoleVariable

Public function Const

const IConso...

 

AsVariable()

Returns the contained console object as an IConsoleVariable

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