Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnRenameComponent () |
Requests a rename on the selected component. | SSCSEditor.h | |
void OnRenameComponent
(
TUniquePtr< FScopedTransaction > OngoingCreateTransaction |
Requests a rename on the selected component just after creation so that the user can provide the initial component name (overwriting the default generated one), which is considered part of the creation process. | SSCSEditor.h |
OnRenameComponent()
Description
Requests a rename on the selected component.
| Name | OnRenameComponent |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
void OnRenameComponent()
OnRenameComponent(TUniquePtr< FScopedTransaction >)
Description
Requests a rename on the selected component just after creation so that the user can provide the initial component name (overwriting the default generated one), which is considered part of the creation process.
| Name | OnRenameComponent |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
void OnRenameComponent
(
TUniquePtr< FScopedTransaction > OngoingCreateTransaction
)
Parameters
| Name | Remarks |
|---|---|
| OngoingCreateTransaction | The ongoing transaction started when the component was created. |