Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- ICookInfo
- UCookOnTheFlyServer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include | #include "UObject/ICookInfo.h" |
Syntax
class ICookInfo
Remarks
Engine interface for information provided by UCookOnTheFlyServer in cook callbacks.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInstigator | GetInstigator
(
FName PackageName |
Return the instigator that first caused the package to be requested by the cook. | |
| TArray< FInstigator > | GetInstigatorChain
(
FName PackageName |
Return the chain of instigators that caused the package to be requested by the cook. |