| AccumulatorResolution |
FIntPoint |
The resolution the accumulation buffer is accumulating at. |
Graph/MovieGraphDataTypes.h |
|
| AdditionalFileMetadata |
TMap< FString, FString > |
Additional metadata that should be added to the output. |
Graph/MovieGraphDataTypes.h |
|
| BackbufferResolution |
FIntPoint |
The backbuffer resolution of this render resource (ie: the resolution the sample was rendered at). |
Graph/MovieGraphDataTypes.h |
|
| bAllowOCIO |
bool |
Allow OpenColorIO transform to be used on this render. |
Graph/MovieGraphDataTypes.h |
|
| bAllowsCompositing |
bool |
Set this to false if this pass should not allow other passes to be composited onto it. |
Graph/MovieGraphDataTypes.h |
|
| bCompositeOnOtherRenders |
bool |
Set this to true if this pass should be composited on top of other renders. |
Graph/MovieGraphDataTypes.h |
|
| bFetchFromAccumulator |
bool |
Set this to true for the last sample for a given frame (if it requires accumulation) to fetch the accumulated data out of the accumulator. |
Graph/MovieGraphDataTypes.h |
|
| bForceLosslessCompression |
bool |
Whether this sample must use lossless compression when written to a format that supports it. |
Graph/MovieGraphDataTypes.h |
|
| bIsBeautyPass |
bool |
Whether this sample represents a sample in the main beauty pass. |
Graph/MovieGraphDataTypes.h |
|
| bRequiresAccumulator |
bool |
Set this to true for every sample if an accumulator is required (ie: has temporal/spatial sub-samples, or high res tiling). |
Graph/MovieGraphDataTypes.h |
|
| bWriteSampleToDisk |
bool |
Debug feature, should this sample be written to disk, not being accumulated? |
Graph/MovieGraphDataTypes.h |
|
| CompositingSortOrder |
int32 |
If multiple passes are composited on top of a render, the sort order determines the order in which they're composited. |
Graph/MovieGraphDataTypes.h |
|
| CropRectangle |
FIntRect |
The rectangle to use to crop the image prior to compositing and output. |
Graph/MovieGraphDataTypes.h |
|
| Debug_OverrideFilename |
FString |
When bWriteSampleToDisk is true, if this string is specified then the single-sample debug writing will use this filename for the format token instead of the default one. |
Graph/MovieGraphDataTypes.h |
|
| FilenameFormatOverride |
FString |
Specifies the filename format that this sample should use when being written to disk. |
Graph/MovieGraphDataTypes.h |
|
| LayerNameOverride |
FString |
For multi-layer output formats, setting this allows the layer name to be explicitly specified. |
Graph/MovieGraphDataTypes.h |
|
| OutputTypeRestrictions |
TArray< FSoftClassPath > |
Specifies the output node class(es) that can output this sample. |
Graph/MovieGraphDataTypes.h |
|
| OverlappedOffset |
FIntPoint |
When using high-res tiling, how many pixels offset into the output image does this accumulation get added to. |
Graph/MovieGraphDataTypes.h |
|
| OverlappedPad |
FIntPoint |
When using high-res tiling, how many pixels does each tile overlap the adjacent tiles (on each side)? This should be zero if not using tiling. |
Graph/MovieGraphDataTypes.h |
|
| OverlappedSubpixelShift |
FVector2D |
When using spatial jitters, how much do we need to shift the output data during accumulation to counter-act the jitter. |
Graph/MovieGraphDataTypes.h |
|
| OverscanFraction |
float |
When using camera overscan, what fraction (0-1) did this render use? Needed so that exrs can take a center-out crop of the data. |
Graph/MovieGraphDataTypes.h |
|
| OverscannedResolution |
FIntPoint |
The desired output resolution scaled by any configured overscan |
Graph/MovieGraphDataTypes.h |
|
| RenderLayerIndex |
int32 |
The index of the render layer this sample belongs to. |
Graph/MovieGraphDataTypes.h |
|
| SceneCaptureSource |
ESceneCaptureSource |
Render scene capture source used for tracking the output color space (without OpenColorIO). |
Graph/MovieGraphDataTypes.h |
|
| TraversalContext |
FMovieGraphTraversalContext |
The traversal context used to read graph values at the time of submission. |
Graph/MovieGraphDataTypes.h |
|
| UnpaddedTileSize |
FIntPoint |
The size of a tile without padding (ie: OverscannedResolution/TileCount) |
Graph/MovieGraphDataTypes.h |
|