Navigation
API > API/Runtime > API/Runtime/CoreUObject
Param struct for external export validation functions
| Name | FExportsValidationContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SavePackage.h |
| Include Path | #include "UObject/SavePackage.h" |
Syntax
struct FExportsValidationContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExportsValidationContext
(
const UPackage* InPackage, |
UObject/SavePackage.h |
Enums
Public
| Name | Remarks |
|---|---|
| EFlags |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Exports | const TSet< UObject * > & | UObject/SavePackage.h | ||
| Flags | const EFlags | UObject/SavePackage.h | ||
| OutputDevice | FOutputDevice * | UObject/SavePackage.h | ||
| Package | const UPackage * | UObject/SavePackage.h | ||
| SaveOverrides | const TMap< UObject *, FObjectSaveOverride > & | UObject/SavePackage.h |