FUpdateCacheTransaction

A transaction issued by [FFileCache](API\Developer\DirectoryWatcher\FFileCache) to describe a change to the cache.

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h

Include

#include "FileCache.h"

Syntax

struct FUpdateCacheTransaction

Remarks

A transaction issued by FFileCache to describe a change to the cache. The change is only committed once the transaction is returned to the cache (see FFileCache::CompleteTransaction).

Variables

Name Description

Public variable

EFileAction

 

Action

The type of action that prompted this transaction

Public variable

FFileData

 

FileData

File data pertaining to this change at the time of dispatch

Public variable

FImmutableStrin...

 

Filename

The path of the file to which this transaction relates

Public variable

FImmutableStrin...

 

MovedFromFilename

In the case of a moved file, this represents the path the file was moved from

Constructors

Name Description

Public function

FUpdateCacheTransaction

(
    FUpdateCacheTransaction&& In
)

Publically moveable

Operators

Name Description

Public function

FUpdateCache...

 

operator=

(
    FUpdateCacheTransaction&& In
)

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