Navigation
API > API/Developer > API/Developer/MassEntityTestSuite
| Name | FProcessingPhasesTestBase |
| Type | struct |
| Header File | /Engine/Source/Developer/MassEntityTestSuite/Public/MassEntityTestTypes.h |
| Include Path | #include "MassEntityTestTypes.h" |
Syntax
struct FProcessingPhasesTestBase : public FEntityTestBase
Inheritance Hierarchy
- FAITestBase → FExecutionTestBase → FEntityTestBase → FProcessingPhasesTestBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProcessingPhasesTestBase() |
MassEntityTestTypes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FEntityTestBase | MassEntityTestTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompletionEvent | FGraphEventRef | MassEntityTestTypes.h | ||
| DeltaTime | float | MassEntityTestTypes.h | ||
| PhaseManager | TSharedPtr< UE::Mass::Testing::FMassTestProcessingPhaseManager > | MassEntityTestTypes.h | ||
| PhasesConfig | FMassProcessingPhaseConfig | MassEntityTestTypes.h | ||
| TickIndex | int32 | MassEntityTestTypes.h | ||
| World | UWorld * | MassEntityTestTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PopulatePhasesConfig() |
MassEntityTestTypes.h |
Overridden from FAITestBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SetUp() |
MassEntityTestTypes.h | ||
virtual void TearDown() |
MassEntityTestTypes.h | ||
virtual bool Update() |
MassEntityTestTypes.h | ||
virtual void VerifyLatentResults() |
MassEntityTestTypes.h |