![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Containers/Map.h"#include "Containers/SparseArray.h"#include "Algo/AnyOf.h"#include "EntitySystem/MovieSceneEntitySystem.h"#include "EntitySystem/MovieSceneComponentAccessors.h"#include "EntitySystem/MovieSceneEntitySystemTask.h"#include "EntitySystem/MovieSceneEntitySystemLinker.h"#include "EntitySystem/BuiltInComponentTypes.h"#include "EntitySystem/MovieSceneComponentTypeInfo.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::MovieScene |
Typedefs | |
| template<typename OutputType , typename... KeyType> | |
| using | UE::MovieScene::TOverlappingEntityTracker = std::conditional_t<(THasAddReferencedObjectForComponent< KeyType >::Value||...)||THasAddReferencedObjectForComponent< OutputType >::Value, TOverlappingEntityTracker_WithGarbage< OutputType, KeyType... >, TOverlappingEntityTracker_NoGarbage< OutputType, KeyType... > > |
Functions | |
| void | UE::MovieScene::CollectGarbageForOutput (void *) |