FLinkerSave

Overload list

Windows
MacOS
Linux
Name Description

Public function

FLinkerSave

(
    UPackage* InParent,
    bool bForceByteSwapping,
    bool bInSaveUnversioned
)

Constructor for memory writer

Public function

FLinkerSave

(
    UPackage* InParent,
    const TCHAR* InFilename,
    bool bForceByteSwapping,
    bool bInSaveUnversioned
)

Constructor for file writer

Public function

FLinkerSave

(
    UPackage* InParent,
    FArchive* InSaver,
    bool bForceByteSwapping,
    bool bInSaveUnversioned
)

Constructor for custom savers. The linker assumes ownership of the custom saver.

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