Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include | #include "Graph/MovieGraphDataTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphImagePreviewData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMultipleCameraNames | If true, then there is more than one camera name being used (ie: multi-camera rendering) | |
| FMovieGraphRenderDataIdentifier | Identifier | The identifier for the image, containing the branch name, renderer, etc. | |
| TObjectPtr< class UTexture > | Texture | The texture this preview image was rendered to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|