Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphAudioRendererBase
- UMovieGraphDefaultAudioRenderer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultAudioRenderer.h |
| Include | #include "Graph/MovieGraphDefaultAudioRenderer.h" |
Syntax
UCLASS (BlueprintType, Meta=(DisplayName="Default Audio Renderer"))
class UMovieGraphDefaultAudioRenderer : public UMovieGraphAudioRendererBase
Remarks
Provides default audio rendering for the pipeline.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphAudioRendererBase
| Type | Name | Description | |
|---|---|---|---|
| void | Attempt to process the audio thread work. This is complicated by non-linear time steps. | ||
| void | Prepares for audio rendering (ensuring volume is set correctly, the needed cvars are set, etc). | ||
| void | Tell our submixes to start capturing the data they are generating. | ||
| void | Tell our submixes to stop capturing the data, and then store a copy of it. | ||
| void | Undoes the work done in SetupAudioRendering(). |