Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Return the instigator that first caused the package to be requested by the cook. Returns category EInstigator::NotYetRequested if package is not yet known to the cook.
| Name | GetInstigator |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
FInstigator GetInstigator
(
FName PackageName
)