Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FSavePackageContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SavePackage.h |
| Include Path | #include "UObject/SavePackage.h" |
Syntax
class FSavePackageContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSavePackageContext
(
const ITargetPlatform* InTargetPlatform, |
UObject/SavePackage.h | ||
FSavePackageContext
(
const ITargetPlatform* InTargetPlatform, |
UObject/SavePackage.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSavePackageContext() |
UObject/SavePackage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceLegacyOffsets | const bool | UObject/SavePackage.h | ||
| PackageWriter | IPackageWriter *const | UObject/SavePackage.h | ||
| PackageWriterCapabilities | IPackageWriter::FCapabilities | UObject/SavePackage.h | ||
| TargetPlatform | const ITargetPlatform *const | UObject/SavePackage.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SavePackageSettings | FSavePackageSettings | UObject/SavePackage.h | ||
| Validator | PRAGMA_DISABLE_DEPRECATION_WARNINGSTUniquePtr< ISavePackageValidator > | UObject/SavePackage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UObject/SavePackage.h | |||
| UObject/SavePackage.h | |||
PRAGMA_DISABLE_DEPRECATION_WARNINGSISavePackageValidator * GetValidator() |
UObject/SavePackage.h | ||
void SetValidator
(
TUniquePtr< ISavePackageValidator >&& InValidator |
UObject/SavePackage.h |