Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called during cooking. Must return all objects that will be Preload()ed when this is serialized at load time. Only used by the EDL.
Derived Overrides
| Name | GetPreloadDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void GetPreloadDependencies
(
TArray < UObject * > & OutDeps
)
Parameters
| Name | Remarks |
|---|---|
| OutDeps | all objects that will be preloaded when this is serialized at load time |