TMapBase::FindChecked

Find a reference to the value associated with a specified key.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Map.h

Include

#include "Containers/Map.h"

Syntax

const ValueType & FindChecked
(
    KeyConstPointerType Key
) const

Remarks

Find a reference to the value associated with a specified key.

Returns

The value associated with the specified key, or triggers an assertion if the key does not exist.

Parameters

Parameter

Description

Key

The key to search for.

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