UCompositeDataTable::GetPreloadDependencies

Called during cooking.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::GetPreloadDependencies()

UDataTable::GetPreloadDependencies()

UCompositeDataTable::GetPreloadDependencies()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h

Include

#include "Engine/CompositeDataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CompositeDataTable.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