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