Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookDependency
Description
Create a transitive build dependency on another package. In an incremental cook if the other package was not cooked in a previous cook session, or its previous cook result was invalidated, the current package will also have its cook result invalidated.
| Name | TransitiveBuild |
| 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 TransitiveBuild
(
FName PackageName
)