Navigation
API > API/Runtime > API/Runtime/MovieScene
Class that is instantiated to specify custom behavior for interacting with component data
| Name | IComplexComponentOps |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentTypeInfo.h |
| Include Path | #include "EntitySystem/MovieSceneComponentTypeInfo.h" |
Syntax
struct IComplexComponentOps
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IComplexComponentOps() |
EntitySystem/MovieSceneComponentTypeInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddReferencedObjects
(
FReferenceCollector& ReferenceCollector, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
void ConstructItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
void CopyItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
void DestructItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h | ||
void RelocateConstructItems
(
void* Dest, |
EntitySystem/MovieSceneComponentTypeInfo.h |