![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MassEntityTypes.h"#include "Misc/MTTransactionallySafeAccessDetector.h"#include "Misc/TransactionallySafeCriticalSection.h"#include "MassEntityUtils.h"#include "MassDebuggerBreakpoints.h"#include "MassCommands.h"#include <type_traits>#include "Concepts/ConvertibleTo.h"Go to the source code of this file.
Classes | |
| struct | UE::Mass::Deprecation::TOverridesExecute< TCommand > |
| struct | FMassCommandBuffer |
Namespaces | |
| namespace | UE |
| namespace | UE::Mass |
| namespace | UE::Mass::Deprecation |
| namespace | UE::Mass::Debug |
Concepts | |
| concept | UE::Mass::Debug::HasCheckBreakpoints |
| concept | UE::Mass::Debug::HasCheckBreakpointsWithEntity |
Macros | |
| #define | COMMAND_PUSHING_CHECK() |
| #define | ASSERT_EXECUTE_DEPRECATION(CommandType) static_assert(!UE::Mass::Deprecation::TOverridesExecute<CommandType>::value, "Mass Commands: CONST Execute function is deprecated in 5.7 and will be removed by 5.9. Use Run instead."); |
Functions | |
| template<typename TCommand > | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS constexpr bool | UE::Mass::Deprecation::IsExecuteOverridden () |
| template<typename TCommand , typename... TArgs> | |
| void | UE::Mass::Debug::CallCheckBreakpoints (TArgs &&... InArgs) |
| template<typename TCommand , typename... TArgs> | |
| void | UE::Mass::Debug::CallCheckBreakpointsByInstance (TArgs &&... InArgs) |
| #define ASSERT_EXECUTE_DEPRECATION | ( | CommandType | ) | static_assert(!UE::Mass::Deprecation::TOverridesExecute<CommandType>::value, "Mass Commands: CONST Execute function is deprecated in 5.7 and will be removed by 5.9. Use Run instead."); |
| #define COMMAND_PUSHING_CHECK | ( | ) |