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