Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | TOverlappingEntityTracker_WithGarbage |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneOverlappingEntityTracker.h |
| Include Path | #include "EntitySystem/MovieSceneOverlappingEntityTracker.h" |
Syntax
template<typename OutputType, typename... InputTypes>
struct TOverlappingEntityTracker_WithGarbage : public UE::MovieScene::TOverlappingEntityTrackerImpl< OutputType, InputTypes... >
Inheritance Hierarchy
- TOverlappingEntityTrackerImpl → TOverlappingEntityTracker_WithGarbage
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TOverlappingEntityTracker_WithGarbage() |
EntitySystem/MovieSceneOverlappingEntityTracker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TOverlappingEntityTrackerImpl< OutputType, InputTypes... > | EntitySystem/MovieSceneOverlappingEntityTracker.h | |
| ThisType | TOverlappingEntityTracker_WithGarbage< OutputType, InputTypes... > | EntitySystem/MovieSceneOverlappingEntityTracker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddReferencedObjects
(
UMovieSceneEntitySystemLinker* Linker, |
EntitySystem/MovieSceneOverlappingEntityTracker.h | ||
void CleanTaggedGarbage
(
UMovieSceneEntitySystemLinker* Linker |
EntitySystem/MovieSceneOverlappingEntityTracker.h | ||
void Initialize
(
UMovieSceneEntitySystem* OwningSystem |
EntitySystem/MovieSceneOverlappingEntityTracker.h | ||
void TagGarbage
(
UMovieSceneEntitySystemLinker* Linker |
EntitySystem/MovieSceneOverlappingEntityTracker.h |