Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FSurfaceAccumulatorPool
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include | #include "Graph/MovieGraphDefaultRenderer.h" |
Syntax
struct FInstance
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< MoviePipelineOverlappedAccumulatorInterface, ESPMode::ThreadSafe > | Accumulator | ||
| int32 | ActiveFrameNumber | ||
| FMovieGraphRenderDataIdentifier | ActivePassIdentifier | ||
| FThreadSafeBool | bIsActive | ||
| UE::Tasks::FTask | TaskPrereq |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstance
(
TSharedPtr< MoviePipelineOverlappedAccumulatorInterface, ESPMode::ThreadSafe > InAccumulator |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsActive () |
||
| void | SetIsActive
(
const bool bInIsActive |