Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FChangelistCacheData |
| Type | struct |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Models/CacheData.h |
| Include Path | #include "Models/CacheData.h" |
Syntax
USTRUCT ()
struct FChangelistCacheData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IntegrationFields | TMap< FString, FString > | Models/CacheData.h | ||
| LastAccessed | FDateTime | Models/CacheData.h | ||
| LastFileValidations | TMap< FString, FValidationRecords > | Models/CacheData.h | ||
| LastShelfIsUpToDate | FDateTime | Models/CacheData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDateTime GetLastValidationDate
(
const FString& InFilePath, |
Models/CacheData.h |