Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphOutput
- UMovieGraphMember::CanRename()
- UMovieGraphOutput::CanRename()
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphConfig.cpp |
virtual bool CanRename
&40;
const FText & InNewName,
FText & OutError
&41; const
Remarks
Determines if this member can be renamed to the specified name. If the rename is not possible, returns false and OutError is populated with the reason, else returns true.