FSCSEditorTreeNode::OnRequestRename

Requests a rename on the component.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

void OnRequestRename
(
    TUniquePtr< FScopedTransaction > OngoingCreateTransaction
)

Remarks

Requests a rename on the component.

Parameters

Parameter

Description

OngoingCreateTransaction

The transaction scoping the node creation which will end once the node is named by the user or null if the rename is not part of a the creation process.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss