Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Operation types available on condition group queries.
| Name | EMovieGraphConditionGroupQueryOpType |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
enum EMovieGraphConditionGroupQueryOpType
{
Add,
Subtract,
And,
}
Values
| Name | Remarks |
|---|---|
| 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. |