Navigation
API > API/Runtime > API/Runtime/CoreUObject
Param struct for external import validation functions
| Name | FImportsValidationContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SavePackage.h |
| Include Path | #include "UObject/SavePackage.h" |
Syntax
struct FImportsValidationContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImportsValidationContext
(
const UPackage* InPackage, |
UObject/SavePackage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Imports | const TSet< TObjectPtr< UObject > > & | UObject/SavePackage.h | ||
| OutputDevice | FOutputDevice * | UObject/SavePackage.h | ||
| Package | const UPackage * | UObject/SavePackage.h |