Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SavePackage.h |
| Include | #include "UObject/SavePackage.h" |
Syntax
class FSavePackageContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| IPackageWriter *const | PackageWriter | ||
| IPackageWriter::FCapabilities | PackageWriterCapabilities | ||
| const ITargetPlatform *const | TargetPlatform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSavePackageContext
(
const ITargetPlatform* InTargetPlatform, |
|||
FSavePackageContext
(
const ITargetPlatform* InTargetPlatform, |
bInForceLegacyOffsets is no longer supported; remove the variable from your constructor call |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< TFunction< FSavePackageSettings::ExternalExportValidationFunc > > & | |||
| const TArray< TFunction< FSavePackageSettings::ExternalImportValidationFunc > > & | |||
| PRAGMA_DISABLE_DEPRECATION_WARNINGSISavePackageValidator * | GetValidator () |
||
| void | SetValidator
(
TUniquePtr< ISavePackageValidator >&& InValidator |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | bForceLegacyOffsets | bForceLegacyOffsets is no longer supported; remove uses of the variable |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FSavePackageContext
(
const ITargetPlatform* InTargetPlatform, |
bInForceLegacyOffsets is no longer supported; remove the variable from your constructor call |