EnsureLoadingComplete

Ensure all data that can be loaded from the linker (thumbnails, bulk data) is loaded, in preparation for saving out the given package

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h

Include

#include "UObject/Linker.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp

Syntax

void EnsureLoadingComplete
(
    UPackage * Package
)

Remarks

Ensure all data that can be loaded from the linker (thumbnails, bulk data) is loaded, in preparation for saving out the given package

Parameters

Parameter

Description

Package

The the package for which the linker should be fully loaded

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