Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Inheritance Hierarchy
- TEntityGroupingHandlerBase
- TEntityGroupingHandlerImpl< GroupingPolicy, TIntegerSequence< int, ComponentIndices... >, ComponentTypes... >
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityGroupingSystem.h |
| Include | #include "EntitySystem/MovieSceneEntityGroupingSystem.h" |
Syntax
template<typename GroupingPolicy>
struct TEntityGroupingHandlerBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TBitArray | EmptyGroupIndices | The transient list of groups freed this frame | |
| TMap< GroupKeyType, int32 > | GroupKeyToIndex | The group keys that we know about, mapped to their corresponding group index |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetOrAllocateGroupIndex
(
typename TCallTraits< GroupKeyType >::ParamType InGroupKey, |
Typedefs
| Name | Description |
|---|---|
| GroupKeyType |