Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Return the chain of instigators that caused the package to be requested by the cook. First element is the direct instigator of the package, last is the root instigator that started the chain.
| Name | GetInstigatorChain |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
TArray < FInstigator > GetInstigatorChain
(
FName PackageName
)