Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FComponentTypeInfo
| Name | TComplexComponentOpsBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentTypeInfo.h |
| Include Path | #include "EntitySystem/MovieSceneComponentTypeInfo.h" |
Syntax
template<typename T>
struct TComplexComponentOpsBase : public UE::MovieScene::IComplexComponentOps
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& ReferenceCollector, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
virtual void ConstructItems
(
void* Components, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
virtual void CopyItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
virtual void DestructItems
(
void* Components, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
virtual void RelocateConstructItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h |