FConsoleObjectVisitor

Declares a delegate type that's used by the console manager to call back into a user function for each known console object.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< void, const TCHAR *, IConsoleObject * > FConsoleObjectVisitor

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Remarks

Declares a delegate type that's used by the console manager to call back into a user function for each known console object.

First parameter is the Name string for the current console object Second parameter is the current console object

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