TDiscardableKeyValueCache::Find

Externally-lock-aware Find function.

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,
    uint32 InCurrentLockFlags,
    uint32 & OutLockFlags
)

Remarks

Externally-lock-aware Find function.

InFlags represents the currently locked state of the object, OutFlags the state after the find operation has completed. Caller should be sure to unlock this object with OutFlags

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