Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Tests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFbxTestPlan
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Tests/FbxAutomationCommon.h |
| Include | #include "Tests/FbxAutomationCommon.h" |
Syntax
class UFbxTestPlan : public UObject
Remarks
Container for detailing collision automated test data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< enum EFBXTestPlanActionType > | Action | Tell the system what we want to do | |
| bool | bDeleteFolderAssets | If true the test will delete all assets create in the import folder | |
| TArray< FFbxTestPlanExpectedResult > | ExpectedResult | Expected preset type | |
| TObjectPtr< UFbxImportUI > | ImportUI | Options use for this test plan, Transient because we manually serialize the options. | |
| int32 | LodIndex | The LOD index in case the user choose to add or reimport a LOD | |
| FString | TestPlanName | Name of the Test Plan |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFbxTestPlan
(
const FObjectInitializer& ObjectInitializer |