FConsoleManager::ForEachConsoleObjectThatContains

Not case sensitive, does not guarantee that [UnregisterConsoleObject()](API\Runtime\Core\HAL\FConsoleManager\UnregisterConsoleObject\1) will work in the loop

Windows
MacOS
Linux

Override Hierarchy

IConsoleManager::ForEachConsoleObjectThatContains()

FConsoleManager::ForEachConsoleObjectThatContains()

References

Module

Core

Header

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

Include

#include "HAL/ConsoleManager.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/ConsoleManager.cpp

Syntax

virtual void ForEachConsoleObjectThatContains
(
    const FConsoleObjectVisitor & Visitor,
    const TCHAR * ThatContains
) const

Remarks

Not case sensitive, does not guarantee that UnregisterConsoleObject() will work in the loop

Parameters

Parameter

Description

Visitor

must not be 0

ThatContains

must not be 0

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