Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TMassExternalSubsystemTraits
| |
|
| Name |
TMassExternalSubsystemTraits |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MassEntity/Public/MassExternalSubsystemTraits.h |
| Include Path |
#include "MassExternalSubsystemTraits.h" |
Syntax
enum TMassExternalSubsystemTraits
{
GameThreadOnly = true,
ThreadSafeWrite = !GameThreadOnly,
}
Values
| Name |
Remarks |
| GameThreadOnly |
Unless configured otherwise each subsystem will be treated as "game-thread only". |
| ThreadSafeWrite |
If set to true all RW and RO operations will be viewed as RO when calculating processor dependencies. |