Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMoviePipelinePassIdentifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CameraName | The name of the camera that this pass is for. | |
| FString | Name | The name of the pass such as "FinalImage" or "ObjectId", etc. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoviePipelinePassIdentifier
(
const FString& InPassName, |
Name defaults to "camera" for backwards compatiblity with non-multicam metadata. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMoviePipelinePassIdentifier& InRHS |
||
| bool | operator==
(
const FMoviePipelinePassIdentifier& InRHS |