Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
enum EMovieGraphConditionGroupQueryOpType
{
Add,
Subtract,
And,
}
Values
| Name | Description |
|---|---|
| Add | Adds the results of the query to the results from the previous query (if any). |
| Subtract | Removes the results of the query from the results of the previous query (if any). |
| And | Replaces the results of the previous queries with only the items that exist in both those queries, and this query result. |
Remarks
Operation types available on condition group queries.