TDiscardableKeyValueCache::Find

Returns true and sets OutType to the value with the associated key if it exists.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/DiscardableKeyValueCache.h"

Syntax

bool Find
(
    const KeyType & Key,
    ValueType & OutType
)

Remarks

Returns true and sets OutType to the value with the associated key if it exists.

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