IConsoleManager::ForEachConsoleObjectThatStartsWith

Iterate in O(n), not case sensitive, does not guarantee that [UnregisterConsoleObject()](API\Runtime\Core\HAL\IConsoleManager\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/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Syntax

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