Choose your operating system:
Windows
macOS
Linux
| UObject::GetPreloadDependencies()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h |
Include |
#include "Engine/CompositeDataTable.h" |
Source |
/Engine/Source/Runtime/Engine/Private/CompositeDataTable.cpp |
Called during cooking. Must return all objects that will be Preload()ed when this is serialized at load time. Only used by the EDL.
Parameter |
Description |
---|---|
OutDeps |
all objects that will be preloaded when this is serialized at load time |