Navigation
API > API/Plugins > API/Plugins/RuntimeTests
Copied from MassEntityTestSuite.
| Name | UEngineTickTestProcessor |
| Type | class |
| Header File | /Engine/Plugins/Tests/RuntimeTests/Source/RuntimeTests/Public/EngineRuntimeTests.h |
| Include Path | #include "EngineRuntimeTests.h" |
Syntax
UCLASS (MinimalAPI)
class UEngineTickTestProcessor : public UMassProcessor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMassProcessor → UEngineTickTestProcessor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEngineTickTestProcessor() |
EngineRuntimeTests.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FExecutionFunction | TFunction< void(FMassEntityManager &EntityManager, FMassExecutionContext &Context)> | EngineRuntimeTests.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntityQuery | FMassEntityQuery | Public on purpose, this is a test processor, no worries about access | EngineRuntimeTests.h | |
| ExecutionFunction | FExecutionFunction | EngineRuntimeTests.h | ||
| ForEachEntityChunkExecutionFunction | FMassExecuteFunction | By default ExecutionFunction is configured to pass this function over to EntityQuery.ForEachEntityChunk call. | EngineRuntimeTests.h | |
| SyncPointName | FName | SyncPoint event to emit after processor task has finished | EngineRuntimeTests.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMassProcessorExecutionOrder & GetMutableExecutionOrder() |
EngineRuntimeTests.h |
Overridden from UMassProcessor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConfigureQueries
(
const TSharedRef< FMassEntityManager >& EntityManager |
EngineRuntimeTests.h | ||
virtual FGraphEventRef DispatchProcessorTasks
(
const TSharedPtr< FMassEntityManager >& EntityManager, |
EngineRuntimeTests.h | ||
virtual void Execute
(
FMassEntityManager& EntityManager, |
EngineRuntimeTests.h | ||
virtual bool ShouldAllowQueryBasedPruning
(
const bool bRuntimeMode |
EngineRuntimeTests.h |