Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphMember
Description
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.
Derived Overrides
- UMovieGraphGlobalVariable::CanRename
- UMovieGraphInput::CanRename
- UMovieGraphOutput::CanRename
- UMovieGraphVariable::CanRename
| Name | CanRename |
| 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 (BlueprintPure, Category="Movie Graph")
virtual bool CanRename
(
const FText & InNewName,
FText & OutError
) const