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 FSavePackageSettings
Remarks
Struct persistent settings used by all save unless overridden.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddExternalExportValidation
(
TFunction< ExternalExportValidationFunc > InValidation |
||
| void | AddExternalImportValidation
(
TFunction< ExternalImportValidationFunc > InValidation |
||
| FSavePackageSettings & | Get the default settings by save when none are specified. | ||
| const TArray< TFunction< ExternalExportValidationFunc > > & | |||
| const TArray< TFunction< ExternalImportValidationFunc > > & | |||
| bool | IsDefault () |
Typedefs
| Name | Description |
|---|---|
| ExternalExportValidationFunc | |
| ExternalImportValidationFunc |