UObject::GetPrestreamPackages

Called during cooking.

Windows
MacOS
Linux

Override Hierarchy

UObject::GetPrestreamPackages()

ULevelStreamingAlwaysLoaded::GetPrestreamPackages()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual void GetPrestreamPackages
(
    TArray< UObject * > & OutPrestream
)

Remarks

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.

Parameters

Parameter

Description

OutPrestream

all objects that will be prestreamed when this packages is streamed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss