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
struct FExportsValidationContext
Remarks
Param struct for external export validation functions
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSet< UObject * > & | Exports | ||
| const EFlags | Flags | ||
| FOutputDevice * | OutputDevice | ||
| const UPackage * | Package | ||
| const TMap< UObject *, FObjectSaveOverride > & | SaveOverrides |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExportsValidationContext
(
const UPackage* InPackage, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFlags |