Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Moves one variable (InTargetVariable) to the specified index among all user graph variables.
Note that MoveVariableBefore() should be used in almost all cases unless there is very specific use case. This method will not take care of setting the category for you after the move unlike MoveVariableBefore().
| Name | MoveVariableToIndex |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphConfig.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
void MoveVariableToIndex
(
UMovieGraphVariable * InTargetVariable,
int32 NewIndex
)