UDataTable::GetPreloadDependencies

Called during cooking.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTable.cpp

Syntax

virtual void GetPreloadDependencies
(
    TArray< UObject * > & OutDeps
)

Remarks

Called during cooking. Must return all objects that will be Preload()ed when this is serialized at load time. Only used by the EDL.

Parameters

Parameter

Description

OutDeps

all objects that will be preloaded when this is serialized at load time

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