Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertFileCache
Internal cache entry that scopes counting the cached file size into the outer file-cache
| Name | FInternalCacheEntry |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertFileCache.h |
| Include Path | #include "ConcertFileCache.h" |
Syntax
class FInternalCacheEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInternalCacheEntry
(
const FInternalCacheEntry& |
ConcertFileCache.h | ||
FInternalCacheEntry
(
TArray< uint8 >&& InFileData, |
ConcertFileCache.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FInternalCacheEntry() |
ConcertFileCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileData | TArray< uint8 > | ConcertFileCache.h | ||
| FileTimestamp | FDateTime | ConcertFileCache.h | ||
| TotalCachedFileDataBytesRef | uint64 & | ConcertFileCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< uint8 > & GetFileData() |
ConcertFileCache.h | ||
const FDateTime & GetFileTimestamp() |
ConcertFileCache.h | ||
| ConcertFileCache.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInternalCacheEntry & operator=
(
const FInternalCacheEntry& |
ConcertFileCache.h |