FConsoleManager::ForEachConsoleObjectThatStartsWith

Iterate in O(n), 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::ForEachConsoleObjectThatStartsWith()

FConsoleManager::ForEachConsoleObjectThatStartsWith()

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 ForEachConsoleObjectThatStartsWith
(
    const FConsoleObjectVisitor & Visitor,
    const TCHAR * ThatStartsWith
) const

Remarks

Iterate in O(n), not case sensitive, does not guarantee that UnregisterConsoleObject() will work in the loop

Parameters

Parameter

Description

Visitor

must not be 0

ThatStartsWith

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