Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphBlueprintLibrary
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include | #include "Graph/MovieGraphBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphBlueprintLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Movie Graph")
static void GetOverallSegmentCounts
(
const UMovieGraphPipeline * InMovieGraphPipeline,
int32 & OutCurrentIndex,
int32 & OutTotalCount
)
Remarks
Gets the number of segments (shots) that will be rendered.
Parameters
| Name | Description |
|---|---|
| InMovieGraphPipeline | The pipeline to get segment information from. |