Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- TSharedFromThis
- FCameraCutSubSectionHierarchyNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
struct FCameraCutSubSectionHierarchyNode : public TSharedFromThis< FCameraCutSubSectionHierarchyNode >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TTuple< UMovieSceneSection *, TRange< FFrameNumber > > > | AdditionalSectionsToExpand | An array of sections that we should expand, as well as their original range for restoration later. | |
| bool | bOriginalCameraCutIsActive | ||
| bool | bOriginalMovieScenePackageDirty | ||
| bool | bOriginalMovieScenePlaybackRangeLocked | ||
| bool | bOriginalMovieSceneReadOnly | ||
| bool | bOriginalShotSectionIsActive | ||
| bool | bOriginalShotSectionIsLocked | ||
| TWeakObjectPtr< class UMovieSceneCameraCutSection > | CameraCutSection | The UMovieSceneCameraCutSection within the movie scene (if any) | |
| EMovieSceneEvaluationType | EvaluationType | ||
| TWeakObjectPtr< class UMovieScene > | MovieScene | The UMovieScene that this node has data for. | |
| FMovieSceneSequenceID | NodeID | ||
| TRange< FFrameNumber > | OriginalCameraCutSectionRange | ||
| TRange< FFrameNumber > | OriginalMovieScenePlaybackRange | These are used to restore this node back to its proper shape post render. | |
| TRange< FFrameNumber > | OriginalShotSectionRange | ||
| TWeakObjectPtr< class UMovieSceneSubSection > | Section | The UMovieSceneSubSection within the movie scene (if any) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddChild
(
TSharedPtr< FCameraCutSubSectionHierarchyNode > InChild |
||
| TArray< TSharedPtr< FCameraCutSubSectionHierarchyNode > > | GetChildren () |
||
| TSharedPtr< FCameraCutSubSectionHierarchyNode > | GetParent () |
||
| bool | IsEmpty () |
||
| void | SetParent
(
TSharedPtr< FCameraCutSubSectionHierarchyNode > InParent |