Navigation
API > API/Plugins > API/Plugins/MassEntity
Inheritance Hierarchy
- UWorldSubsystem
- UMassSubsystemBase
- UMassEntitySubsystem
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntitySubsystem.h |
| Include | #include "MassEntitySubsystem.h" |
Syntax
UCLASS ()
class UMassEntitySubsystem : public UMassSubsystemBase
Remarks
The sole responsibility of this world subsystem class is to host the default instance of FMassEntityManager for a given UWorld. All the gameplay-related use cases of Mass (found in MassGameplay and related plugins) use this by default.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FMassEntityManager > | EntityManager |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMassEntityManager & | |||
| FMassEntityManager & | |||
| void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |