TLruCache::TLruCache

Create and initialize a new instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LruCache.h"

Syntax

TLruCache
(
    int32 InMaxNumElements
)

Remarks

Create and initialize a new instance.

Parameters

Parameter

Description

InMaxNumElements

The maximum number of elements this cache can hold.

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