FFileCache::CompleteTransaction

Return a transaction to the cache for completion.

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

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

Include

#include "FileCache.h"

Source

/Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp

Syntax

void CompleteTransaction
(
    FUpdateCacheTransaction && Transaction
)

Remarks

Return a transaction to the cache for completion. Will update the cached state with the change described in the transaction, and mark the cache as needing to be saved.

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