Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FPreflightResultData |
| Type | struct |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Models/PreflightData.h |
| Include Path | #include "Models/PreflightData.h" |
Syntax
USTRUCT ()
struct FPreflightResultData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Errors | TArray< FString > | Models/PreflightData.h | ||
| Outcome | EPreflightOutcome | Models/PreflightData.h | ||
| State | EPreflightState | Models/PreflightData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool WasSuccessful() |
Models/PreflightData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPreflightResultData& other |
Models/PreflightData.h | ||
bool operator==
(
const FPreflightResultData& other |
Models/PreflightData.h |