Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FPreflightData |
| Type | struct |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Models/PreflightData.h |
| Include Path | #include "Models/PreflightData.h" |
Syntax
USTRUCT ()
struct FPreflightData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Batches | TArray< FPFBatch > | Models/PreflightData.h | ||
| CachedResults | FPreflightResultData | Models/PreflightData.h | ||
| CreateTime | FDateTime | Models/PreflightData.h | ||
| ID | FString | Models/PreflightData.h | ||
| Name | FString | Models/PreflightData.h | ||
| TemplateId | FString | Models/PreflightData.h | ||
| UpdateTime | FDateTime | Models/PreflightData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RecalculateCachedResults() |
Models/PreflightData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPreflightData& other |
Models/PreflightData.h | ||
bool operator==
(
const FPreflightData& other |
Models/PreflightData.h |