![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MassTypeManager.h>
Public Member Functions | |
| FSubsystemTypeTraits ()=default | |
Static Public Member Functions | |
| template<typename T > | |
| static FSubsystemTypeTraits | Make () |
Public Attributes | |
| bool | bGameThreadOnly = true |
| bool | bThreadSafeWrite = false |
Traits of USubsystem-based types
|
default |
|
inlinestatic |
Factory function for creating traits specific to a given subsystem type
Whether the subsystem must be run on the Game Thread
Whether the subsystem supports thread-safe write operations