Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Systems
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieSceneTransformOriginSystem.h |
| Include | #include "Systems/MovieSceneTransformOriginSystem.h" |
Syntax
struct FInstanceToParentPair
Remarks
Helper struct to define sorting behavior for parent to child mapping.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::MovieScene::FInstanceHandle | Child | In this struct representation the Child represents this sequence. | |
| UE::MovieScene::FInstanceHandle | Parent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstanceToParentPair
(
const UE::MovieScene::FInstanceHandle Child, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FInstanceToParentPair& Other |
||
| bool | operator==
(
const FInstanceToParentPair& Other |