ResetLoadersForSave

Reset the loader for the given package if it is using the given filename, so we can write to the file

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 ResetLoadersForSave
(
    UPackage * Package,
    const TCHAR * Filename
)

Remarks

Reset the loader for the given package if it is using the given filename, so we can write to the file

Parameters

Parameter

Description

Package

The package we are saving

Filename

The filename we are saving too

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