Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | TOverlappingEntityInput |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneOverlappingEntityTracker.h |
| Include Path | #include "EntitySystem/MovieSceneOverlappingEntityTracker.h" |
Syntax
template<typename... T>
struct TOverlappingEntityInput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOverlappingEntityInput
(
ArgTypes&&... InArgs |
EntitySystem/MovieSceneOverlappingEntityTracker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GarbageTraits | TGarbageTraitsImpl< TMakeIntegerSequence< int, sizeof...(T)>, T... > | EntitySystem/MovieSceneOverlappingEntityTracker.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | TTuple< T... > | EntitySystem/MovieSceneOverlappingEntityTracker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Unpack
(
CallbackType&& Callback |
EntitySystem/MovieSceneOverlappingEntityTracker.h |