IConsoleManager::ForEachConsoleObjectThatContains

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::ForEachConsoleObjectThatContains()

FConsoleManager::ForEachConsoleObjectThatContains()

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

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