TDiscardableKeyValueCache::Discard

Discard all items in the backfill and swap the current & backfill pointers

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/DiscardableKeyValueCache.h"

Syntax

template<typename DeleteFunc>
int32 Discard
(
    uint32 InCurrentLockFlags,
    uint32 & OutNewLockFlags,
    DeleteFunc Func
)

Remarks

Discard all items in the backfill and swap the current & backfill pointers

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