FInternalCacheEntry

Internal cache entry that scopes counting the cached file size into the outer file-cache

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertFileCache.h

Include

#include "ConcertFileCache.h"

Syntax

class FInternalCacheEntry

Remarks

Internal cache entry that scopes counting the cached file size into the outer file-cache

Constructors

Name Description

Public function

FInternalCacheEntry

(
    const FInternalCacheEntry&
)

Public function

FInternalCacheEntry

(
    TArray< uint8 >&& InFileData,
    const FDateTime& InFileTimestamp,
    uint64& InTotalCachedFileDataBytes...
)

Destructors

Name Description

Public function

~FInternalCacheEntry()

Functions

Name Description

Public function Const

const TArray...

 

GetFileData()

Public function Const

const FDateT...

 

GetFileTimestamp()

Public function

void

 

SetFile

(
    TArray< uint8 >&& InFileData,
    const FDateTime& InFileTimestamp
)

Operators

Name Description

Public function

FInternalCac...

 

operator=

(
    const FInternalCacheEntry&
)

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