Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookDependency
Description
Create a dependency on the contents of the file. Filename will be normalized. Contents are loaded via IFileManager::Get().CreateFileReader and contents are hashed for comparison.
| Name | File |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependency.h |
| Include Path | #include "Cooker/CookDependency.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependency.cpp |
static FCookDependency File
(
FStringView InFileName
)