Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called during cooking. Returns a list of objects. The packages containing those objects will be prestreamed, when the package containing this is loaded. Only used by the EDL.
| Name | GetPrestreamPackages |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual void GetPrestreamPackages
(
TArray < UObject * > & OutPrestream
)
Parameters
| Name | Remarks |
|---|---|
| OutPrestream | all objects that will be prestreamed when this packages is streamed |