FFileCache::FindFileData

Attempt to locate file data pertaining to the specified filename.

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

const FFileData * FindFileData
(
    FImmutableString InFilename
) const

Remarks

Attempt to locate file data pertaining to the specified filename.

Returns

The current cached file data pertaining to the specified filename, or nullptr. May not be completely up to date if there are outstanding transactions.

Parameters

Parameter

Description

InFilename

The filename to find data for - either relative to the directory, or absolute, depending on Config.PathType.

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