Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TMassFragmentTraits
| Name | TMassFragmentTraits |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassExternalSubsystemTraits.h |
| Include Path | #include "MassExternalSubsystemTraits.h" |
Syntax
enum TMassFragmentTraits
{
AuthorAcceptsItsNotTriviallyCopyable = false,
}
Values
| Name | Remarks |
|---|---|
| AuthorAcceptsItsNotTriviallyCopyable | Fragment types are best kept trivially copyable for performance reasons. |