Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineRenderPasses
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FAccumulatorPool
- TAccumulatorPool
References
Module | MovieRenderPipelineRenderPasses |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/MoviePipelineImagePassBase.h |
Include | #include "MoviePipelineImagePassBase.h" |
Syntax
struct FAccumulatorPool : public TSharedFromThis< FAccumulatorPool >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< TSharedPtr< FAccumulatorInstance, ESPMode::ThreadSafe > > | Accumulators | |
![]() |
FCriticalSection | CriticalSection |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< FAccumulatorPool::FAccumulatorInstance, ESPMode::ThreadSafe > | BlockAndGetAccumulator_GameThread
(
int32 InFrameNumber, |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FAccumulatorInstance |