Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphBlueprintLibrary
Description
Get the current state of the specified pipeline. See EMovieRenderPipelineState for more detail about each state.
| Name | GetPipelineState |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include Path | #include "Graph/MovieGraphBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphBlueprintLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Movie Graph")
static EMovieRenderPipelineState GetPipelineState
(
const UMovieGraphPipeline * InMovieGraphPipeline
)
- The current state.
Parameters
| Name | Remarks |
|---|---|
| InMovieGraphPipeline | The pipeline to get the state for. |