FSavePackageResultStruct

Struct returned from save package, contains the enum as well as extra data about what was written

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Package.h"

Syntax

struct FSavePackageResultStruct

Remarks

Struct returned from save package, contains the enum as well as extra data about what was written

Variables

Name Description

Public variable

TFuture< FMD5Ha...

 

CookedHash

MD5 hash of the cooked data

Public variable

TUniquePtr< FLi...

 

LinkerSave

Linker for linker comparison after save.

Public variable

ESavePackageRes...

 

Result

Success/failure of the save operation

Public variable

int64

 

TotalFileSize

Total size of all files written out, including bulk data

Constructors

Name Description

Public function

FSavePackageResultStruct()

Constructors, it will implicitly construct from the result enum

Public function

FSavePackageResultStruct

(
    ESavePackageResult InResult
)

Public function

FSavePackageResultStruct

(
    ESavePackageResult InResult,
    int64 InTotalFileSize
)

Public function

FSavePackageResultStruct

(
    ESavePackageResult InResult,
    int64 InTotalFileSize,
    TFuture< FMD5Hash >&& InHash,
    TUniquePtr< FLinkerSave > Linker
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSavePackageResultStruct& Ot...
)

Public function Const

bool

 

operator==

(
    const FSavePackageResultStruct& Ot...
)

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