Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
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.
Virtual Inheritance
- UObject::GetPreloadDependencies → UStruct::GetPreloadDependencies → UClass::GetPreloadDependencies
Derived Overrides
| Name | GetPreloadDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual void GetPreloadDependencies
(
TArray < UObject * > & OutDeps
)
Parameters
| Name | Remarks |
|---|---|
| OutDeps | all objects that will be preloaded when this is serialized at load time |