Navigation
API > API/Runtime > API/Runtime/MassEntity
A statically-typed list of related types. Used mainly to differentiate type collections at compile-type as well as efficiently produce TStructTypeBitSet representing given collection.
Name
TMultiTypeList
Type
struct
Header File
/Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h
Include Path
#include "MassEntityTypes.h"
Syntax
template<typename T, typename... TOthers>
struct TMultiTypeList
Copy full snippet
Struct Specializations
Enums
Public
Typedefs
Name
Type
Remarks
Include Path
FType
std::remove_const_t< typename TRemoveReference < T >::Type >
MassEntityTypes.h
Super
TMultiTypeList < TOthers... >
MassEntityTypes.h
Functions
Static
Name
Remarks
Include Path
Unreal Specifiers
static void PopulateBitSet
(
TBitSetType& OutBitSet
)
MassEntityTypes.h