Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConditionGroup
Description
Move the specified query to a new index within the condition group. Returns false if the query was not found or the index specified is invalid, else true.
| Name | MoveQueryToIndex |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphRenderLayerSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Settings")
bool MoveQueryToIndex
(
UMovieGraphConditionGroupQueryBase * InQuery,
const int32 NewIndex
)