![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MassCommandBuffer.h"#include "Containers/AnsiString.h"#include "MassEntityManager.h"#include "MassObserverManager.h"#include "HAL/IConsoleManager.h"#include "ProfilingDebugging/CsvProfiler.h"#include "VisualLogger/VisualLogger.h"Namespaces | |
| namespace | UE |
| namespace | UE::Mass |
| namespace | UE::Mass::Command |
Functions | |
| CSV_DEFINE_CATEGORY (MassEntities, true) | |
| CSV_DEFINE_CATEGORY (MassEntitiesCounters, true) | |
| DECLARE_CYCLE_STAT (TEXT("Mass Flush Commands"), STAT_Mass_FlushCommands, STATGROUP_Mass) | |
Variables | |
| bool | UE::Mass::Command::bLockObserversDuringFlushing = false |
| FAutoConsoleVariableRef | UE::Mass::Command::CVarLockObserversDuringFlushing (TEXT("mass.commands.LockObserversDuringFlushing"), bLockObserversDuringFlushing, TEXT("Controls whether observers will get locked during commands flushing."), ECVF_Default) |
| CSV_DEFINE_CATEGORY | ( | MassEntities | , |
| true | |||
| ) |
| CSV_DEFINE_CATEGORY | ( | MassEntitiesCounters | , |
| true | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Mass Flush Commands") | , |
| STAT_Mass_FlushCommands | , | ||
| STATGROUP_Mass | |||
| ) |