Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FComponentTypeInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MakeComplexComponentOps () |
Define complex component operations for this type of component | EntitySystem/MovieSceneComponentTypeInfo.h | |
void MakeComplexComponentOps
(
FComponentReferenceCollectionPtr RefCollectionPtr |
Define complex component with a specific reference collection callback | EntitySystem/MovieSceneComponentTypeInfo.h |
MakeComplexComponentOps()
Description
Define complex component operations for this type of component
| Name | MakeComplexComponentOps |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentTypeInfo.h |
| Include Path | #include "EntitySystem/MovieSceneComponentTypeInfo.h" |
template<typename T>
void MakeComplexComponentOps()
MakeComplexComponentOps(FComponentReferenceCollectionPtr)
Description
Define complex component with a specific reference collection callback
| Name | MakeComplexComponentOps |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentTypeInfo.h |
| Include Path | #include "EntitySystem/MovieSceneComponentTypeInfo.h" |
template<typename T>
void MakeComplexComponentOps
(
FComponentReferenceCollectionPtr RefCollectionPtr
)