Choose your operating system:
Windows
macOS
Linux
| FTickFunction
|
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassProcessingPhase.h |
Include |
#include "MassProcessingPhase.h" |
USTRUCT()
struct FMassProcessingPhase : public FTickFunction
Name | Description | ||
---|---|---|---|
|
Manager |
||
|
OnPhaseEnd |
||
|
OnPhaseStart |
||
|
Phase |
||
|
PhaseProcessor |
||
|
friend |
UMassProcessingPhaseManager |
Name | Description | |
---|---|---|
|
FMassProcessingPhase() |
Name | Description | ||
---|---|---|---|
|
ConfigureForParallelMode() |
||
|
ConfigureForSingleThreadMode() |
||
|
IsConfiguredForParallelMode() |
||
|
IsDuringMassProcessing() |
||
|
OnParallelExecutionDone ( |
Name | Description | ||
---|---|---|---|
|
DiagnosticContext ( |
Function to give a 'context' for this tick, used for grouped active tick reporting |
|
|
DiagnosticMessage() |
Abstract function to describe this tick. |
|
|
ExecuteTick ( |
Abstract function actually execute the tick. |
Name |
Description |
---|---|
FOnPhaseEvent |